Removed /usr/local/include (as with plib).
This commit is contained in:
parent
ebb61aa2c4
commit
c3a2408026
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue