From 3d3dbf589f9ae907e0cfb96cf1c15bfa6ac942c7 Mon Sep 17 00:00:00 2001 From: Philippe Pepiot Date: Tue, 16 Nov 2010 21:28:51 +0100 Subject: [PATCH] BuildSystem: s/IMLIB2/IMLIB :> (thx to Erus) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5a25878..a6184a9 100755 --- a/configure +++ b/configure @@ -77,7 +77,7 @@ fi [ -n "$USE_XINERAMA" ] && CFLAGS="$CFLAGS -DHAVE_XINERAMA" [ -n "$USE_XRANDR" ] && CFLAGS="$CFLAGS -DHAVE_XRANDR" -[ -n "$USE_IMLIB2" ] && CFLAGS="$CFLAGS -DHAVE_IMLIB2" +[ -n "$USE_IMLIB2" ] && CFLAGS="$CFLAGS -DHAVE_IMLIB" LDFLAGS="$LDFLAGS -lpthread"