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: Thu, 01 Nov 2001 12:47:33 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       01/11/01 12:47:33

Modified files:
        geas           : configure.in 

Log message:
        Added check for strstr function. Should be available in every ISO C 
library, though.

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

Patches:
Index: gnue/geas/configure.in
diff -u gnue/geas/configure.in:1.51 gnue/geas/configure.in:1.52
--- gnue/geas/configure.in:1.51 Sun Oct 21 08:07:29 2001
+++ gnue/geas/configure.in      Thu Nov  1 12:47:33 2001
@@ -43,7 +43,8 @@
 AC_FUNC_STRFTIME
 AC_FUNC_VPRINTF
 dnl TODO: react somehow on the above tests
-AC_CHECK_FUNCS(getopt_long)
+AC_CHECK_FUNCS(strstr getopt_long)
+dnl TODO: should have a replacement if these functions are not available
 
 dnl ===========================================================================
 dnl Figure out the database drivers to compile



reply via email to

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