One more update
authoraland <aland>
Wed, 10 Jul 2002 15:49:40 +0000 (15:49 +0000)
committeraland <aland>
Wed, 10 Jul 2002 15:49:40 +0000 (15:49 +0000)
aclocal.m4

index b02746b..7aaf2e1 100644 (file)
@@ -4056,7 +4056,8 @@ dnl #
     for try in $smart_try_dir $smart_include_dir /usr/local/include/ /opt/include; do
       CFLAGS="$old_CFLAGS -I$try"
 
-      AC_TRY_COMPILE([#include <$1>],
+      AC_TRY_COMPILE([$2
+                      #include <$1>],
                      [ int a = 1;],
                      smart_include="-I$try",
                      smart_include=)