From 9cae88b98c18f2930b95e90028944065bb3a6f27 Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Thu, 23 Sep 2004 12:09:53 +0000 Subject: [PATCH] * configure.ac: fixed typo. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ab991ee8e7..9d0f6bde4e 100644 --- a/configure.ac +++ b/configure.ac @@ -2526,7 +2526,7 @@ AC_CHECK_HEADERS(png.h, [ VLC_ADD_PLUGINS([logo]) VLC_ADD_LDFLAGS([svcdsub],[-lpng -lz]) VLC_ADD_LDFLAGS([cvdsub],[-lpng -lz -lm]) - AC_DEFINE(HAVE_LIBPNG, [], [Define if you have the PNG library: libpng])] + AC_DEFINE(HAVE_LIBPNG, [], [Define if you have the PNG library: libpng])], [],[-lz]) ]) LDFLAGS="${LDFLAGS_save}" -- 2.39.5