1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 06:21:12 +02:00
This commit is contained in:
foobar
2000-11-09 00:16:28 +00:00
parent 4eece9b1bd
commit 443d289380

View File

@@ -29,7 +29,7 @@ AC_DEFUN(PHP_GD_XPM,[
withval="/usr/X11R6"
fi
old_LIBS=$LIBS
LIBS="$LIBS -L$withval/lib"
LIBS="$LIBS -lX11 -L$withval/lib"
AC_CHECK_LIB(Xpm,XpmFreeXpmImage, [LIBS="$LIBS -L$withval/lib -lXpm"],[AC_MSG_RESULT(no)],)
LIBS=$old_LIBS
AC_ADD_LIBRARY_WITH_PATH(Xpm, $withval/lib)