build: Fix --with-imagebackend configure switch
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 9 Nov 2009 16:44:34 +0000 (16:44 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 9 Nov 2009 16:44:34 +0000 (16:44 +0000)
An overeager search and replace broke the image backend command
line switch for the configure script.

configure.ac

index a0f87c7..c51b8ff 100644 (file)
@@ -401,7 +401,7 @@ IMAGE_PC_FILES=""
 # quartz imageloader.
 AS_IF([test "x$COGL_WINSYS" = "xosx"], [COGL_IMAGE_BACKEND=quartz], [COGL_IMAGE_BACKEND=gdk-pixbuf])
 
-AC_ARG_WITH([COGL_IMAGE_BACKEND],
+AC_ARG_WITH([imagebackend],
             [AC_HELP_STRING([--with-imagebackend=@<:@gdk-pixbuf/quartz/internal@:>@],
                             [Select COGL image loading backend])],
             [COGL_IMAGE_BACKEND=$with_imagebackend])