gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4783 - Extractor


From: gnunet
Subject: [GNUnet-SVN] r4783 - Extractor
Date: Tue, 1 May 2007 11:42:15 -0600 (MDT)

Author: grothoff
Date: 2007-05-01 11:42:14 -0600 (Tue, 01 May 2007)
New Revision: 4783

Modified:
   Extractor/configure.ac
Log:
bsd

Modified: Extractor/configure.ac
===================================================================
--- Extractor/configure.ac      2007-04-29 18:50:26 UTC (rev 4782)
+++ Extractor/configure.ac      2007-05-01 17:42:14 UTC (rev 4783)
@@ -14,7 +14,7 @@
 AC_PROG_CPP
 AC_PROG_CXX
 AC_CHECK_PROG(HAVE_CXX, $CXX, yes, no)
-AM_CONDITIONAL(HAVE_CXX, test "x$HAVE_CXX" == "xyes")
+AM_CONDITIONAL(HAVE_CXX, test "x$HAVE_CXX" = "xyes")
 
 AC_PROG_INSTALL
 AC_PROG_LN_S
@@ -236,7 +236,7 @@
 
 if test x$without_glib != xtrue
 then
-  if test $with_gnu_ld == yes
+  if test $with_gnu_ld = yes
   then
 # We need both GNU LD and GLIB here!
     AM_CONDITIONAL(HAVE_GLIB,true)
@@ -269,7 +269,7 @@
 xpdf=0
 exiv2=0
 
-if test "x$HAVE_CXX" == "xyes"
+if test "x$HAVE_CXX" = "xyes"
 then
   
 # check for Qt 4





reply via email to

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