1
0
Fork 0

Removed /usr/local/include (as with plib).

This commit is contained in:
david 2002-09-14 16:15:43 +00:00
parent ebb61aa2c4
commit c3a2408026

View file

@ -144,7 +144,7 @@ AC_CHECK_HEADER(windows.h)
# extra library and include directories # extra library and include directories
if test "x$ac_cv_header_windows_h" != "xyes" ; then 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 if test -d /opt/X11R6 ; then
EXTRA_DIRS="${EXTRA_DIRS} /opt/X11R6" EXTRA_DIRS="${EXTRA_DIRS} /opt/X11R6"