From a1e7761384ec5d243adbcc8ffd3702583acdf4bc Mon Sep 17 00:00:00 2001 From: david Date: Sat, 14 Sep 2002 16:05:41 +0000 Subject: [PATCH] Removed /usr/local/include (as with plib). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index db7248dc..037ef77f 100644 --- a/configure.ac +++ b/configure.ac @@ -113,7 +113,7 @@ AM_CONDITIONAL(IS_CYGWIN, test "x$is_cygwin" = "xyes") if test "x$HOSTTYPE" != "xmacintosh" -a "x$is_mingw" != "xyes"; then dnl extra library and include directories - EXTRA_DIRS="/usr/local /usr/X11R6" + EXTRA_DIRS="/usr/X11R6" if test -d /opt/X11R6 ; then EXTRA_DIRS="$EXTRA_DIRS /opt/X11R6" -- 2.39.5