Fix typo (thanks berrie@codevio.com)
authorRoss Burton <ross@linux.intel.com>
Wed, 21 Apr 2010 15:33:14 +0000 (16:33 +0100)
committerRoss Burton <ross@linux.intel.com>
Wed, 21 Apr 2010 15:33:14 +0000 (16:33 +0100)
configure.ac

index 8852fde..eabe4e8 100644 (file)
@@ -22,7 +22,7 @@ AC_ARG_WITH( gtk,
   AC_HELP_STRING([--without-gtk],[compile without gtk+ support]),
   try_gtk=$withval, try_gtk=yes )
 
-HAVE_LIBGGTK=no
+HAVE_LIBGTK=no
 if test x$try_gtk = xyes ; then
     dnl check for gtk+
     PKG_CHECK_MODULES(LIBGTK, gtk+-2.0 >= $LIBGTK_REQUIRED ,