Changeset: f815a575d726 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f815a575d726
Modified Files:
        configure.ag
Branch: default
Log Message:

configure.ag: trying to make indenting consistent,
at least within each local scope / same (logical) level of indenting,
in particular avoiding mixes of tabs and spaces ...


diffs (29 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2438,20 +2438,20 @@ AC_ARG_WITH(liburiparser,
                [liburiparser library is installed in DIR]),
        have_liburiparser="$withval")
 
-    if test "x$have_liburiparser" = xauto; then
+if test "x$have_liburiparser" = xauto; then
       PKG_CHECK_MODULES([liburiparser], [liburiparser],
                [have_liburiparser=yes],
                [have_liburiparser=no; why_have_liburiparser="(liburiparser not 
found)"])
-    fi
+fi
 
-    if test "x$have_libmicrohttpd" = xauto; then
+if test "x$have_libmicrohttpd" = xauto; then
       PKG_CHECK_MODULES([libmicrohttpd], [libmicrohttpd],
                [have_libmicrohttpd=yes],
                [have_libmicrohttpd=no; why_have_libmicrohttpd="(libmicrohttpd 
not found)"])
-    fi
+fi
 
 if test "x$enable_jsonstore" != xno; then
-       AC_DEFINE(HAVE_JSONSTORE, 1, [Define that you want to build the 
jsonstore library])
+      AC_DEFINE(HAVE_JSONSTORE, 1, [Define that you want to build the 
jsonstore library])
 
       case "$enable_jsonstore-$have_libmicrohttpd" in
         yes-no)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to