From c3a24080265d36b2899b75d3e9073e79ee06f6c6 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 14 Sep 2002 16:15:43 +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 3c9d3f651..cc3c6da32 100644 --- a/configure.ac +++ b/configure.ac @@ -144,7 +144,7 @@ AC_CHECK_HEADER(windows.h) # extra library and include directories if test "x$ac_cv_header_windows_h" != "xyes" ; then - EXTRA_DIRS="${EXTRA_DIRS} /usr/local /usr/X11R6" + EXTRA_DIRS="${EXTRA_DIRS} /usr/X11R6" if test -d /opt/X11R6 ; then EXTRA_DIRS="${EXTRA_DIRS} /opt/X11R6" -- 2.39.5