Removed an empty -L from LDFLAGS which caused errors in configure when

running it with --with-gd (without path). Because of this configure detected
every GD as GD-1.2.
This commit is contained in:
Sander Steffann 1999-11-24 18:50:10 +00:00
parent d462115341
commit 9ed5ad0c58

View File

@ -21,7 +21,6 @@ AC_ARG_WITH(gd,
AC_ADD_LIBRARY(gd)
fi
old_LDFLAGS=$LDFLAGS
LDFLAGS="$LDFLAGS -L$GD_LIB"
old_LIBS=$LIBS
AC_CHECK_LIB(gd, gdImageString16, [ AC_DEFINE(HAVE_LIBGD13) ])
LIBS="$LIBS -lpng -lz"