Take out /usr/local to avoid spurious warnings.
This commit is contained in:
parent
b659705c95
commit
98712eddc8
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ dnl Check for MS Windows environment
|
||||||
AC_CHECK_HEADER(windows.h)
|
AC_CHECK_HEADER(windows.h)
|
||||||
|
|
||||||
dnl extra library and include directories
|
dnl extra library and include directories
|
||||||
EXTRA_DIRS="/usr/local /usr/local/plib /usr/X11R6"
|
EXTRA_DIRS="/usr/local/plib /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