From 6acad3269c3063535b4211b84334493c30548fc2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 15 Jul 2004 20:32:47 +0000 Subject: [PATCH] workaround dumb linkers --- stepmania/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/configure.ac b/stepmania/configure.ac index a4426b306c..3a34e5505b 100644 --- a/stepmania/configure.ac +++ b/stepmania/configure.ac @@ -124,7 +124,7 @@ if test "$have_libpng" = "no"; then echo "*** it is installed to continue the build process." exit 1 fi -LIBS="$LIBS -lpng" +LIBS="$LIBS -lpng -lz -lm" AC_ARG_WITH(jpeg, AC_HELP_STRING([--without-jpeg], [Disable JPEG support]), with_jpeg=$withval, with_jpeg=yes)