From df5f572b40aa9b7d4d8c6a36a5199a30849c73a3 Mon Sep 17 00:00:00 2001 From: aland Date: Wed, 10 Jul 2002 15:49:40 +0000 Subject: [PATCH] One more update --- aclocal.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 index b02746b..7aaf2e1 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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=) -- 2.1.4