From 0229b6af08a3ba371056a7faeacdf9b98a524f2c Mon Sep 17 00:00:00 2001 From: aland Date: Tue, 6 Aug 2002 15:19:44 +0000 Subject: [PATCH] Updated quoting so foo-bar.h isn't found to be the same as foo/bar.h --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 index 3e0ea93..30af650 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -4066,7 +4066,7 @@ dnl # AC_SMART_CHECK_INCLUDE(foo.h, [ #include ]) dnl # AC_DEFUN(AC_SMART_CHECK_INCLUDE, [ -ac_safe=`echo "$1" | sed 'y%./+-%__p_%'` +ac_safe=`echo "$1" | sed 'y%./+-%__pm%'` AC_MSG_CHECKING([for $1]) smart_include= -- 2.1.4