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

configure: remove bashisms (dash is your friend...)


diffs (19 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2429,13 +2429,13 @@ 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
 
-    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)"])
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to