diff options
author | reinelt <> | 2002-12-06 07:38:44 +0000 |
---|---|---|
committer | reinelt <> | 2002-12-06 07:38:44 +0000 |
commit | 489b03ed7ecf337eb2e01fd90d58c5c0ad90f1f1 (patch) | |
tree | 7d451118bc8ed0f30d11f3eb14a0043e31f2e0a8 /configure.in | |
parent | 4b3d551f38c4dbba096577bbbd2466afc37fe7aa (diff) | |
download | lcd4linux-489b03ed7ecf337eb2e01fd90d58c5c0ad90f1f1.tar.gz |
[lcd4linux @ 2002-12-06 07:38:43 by reinelt]
libgd/libpng bugfix: removed '-lpng -lz' from LDFLAGS
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index bc25ae6..c2f40da 100644 --- a/configure.in +++ b/configure.in @@ -170,7 +170,7 @@ fi if test "$PNG" = "yes"; then RASTER="yes" AC_DEFINE(WITH_PNG) - DRVLIBS="$DRVLIBS -lgd -lpng -lz" + DRVLIBS="$DRVLIBS -lgd" fi if test "$PPM" = "yes"; then |