From: david Date: Sat, 14 Sep 2002 16:15:43 +0000 (+0000) Subject: Removed /usr/local/include (as with plib). X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c3a24080265d36b2899b75d3e9073e79ee06f6c6;p=flightgear.git Removed /usr/local/include (as with plib). --- 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"