commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas configure.in


From: Reinhard Mueller
Subject: gnue/geas configure.in
Date: Mon, 10 Sep 2001 09:47:01 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       01/09/10 09:47:01

Modified files:
        geas           : configure.in 

Log message:
        changed == to = in tests because it is more portable

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/configure.in.diff?tr1=1.45&tr2=1.46&r1=text&r2=text

Patches:
Index: gnue/geas/configure.in
diff -u gnue/geas/configure.in:1.45 gnue/geas/configure.in:1.46
--- gnue/geas/configure.in:1.45 Fri Sep  7 17:48:55 2001
+++ gnue/geas/configure.in      Mon Sep 10 09:47:01 2001
@@ -235,12 +235,12 @@
     [ methods=$enableval ],
     [ methods=yes ]
     )
-if test "$methods" == "gmodule"; then
+if test "$methods" = "gmodule"; then
        AC_DEFINE(USE_GLIBMODULE_METHODS,1,[ ])
        METHOD_LIBS=""
        METHOD_CFLAGS=""
        AC_MSG_RESULT(gmodule)
-elif test "$methods" == "python"; then
+elif test "$methods" = "python"; then
        AC_DEFINE(USE_PYTHON_METHODS,1,[ ])
        PYTHON_CFLAGS="${PYTHON_INCLUDES}"
        PYTHON_LIBS="-lpython1.5 -lpthread"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]