# HG changeset patch # User William Pitcock # Date 1203310898 21600 # Node ID c96c81938c4b2666ece587f1848262e2600acc24 # Parent a0746d858e318029cfa7f82cca2c5de64d7f0275 Typo fixing. diff -r a0746d858e31 -r c96c81938c4b configure.ac --- a/configure.ac Sun Feb 17 22:58:22 2008 -0600 +++ b/configure.ac Sun Feb 17 23:01:38 2008 -0600 @@ -1443,7 +1443,7 @@ if test "$have_projectm1" = "yes"; then PKG_CHECK_MODULES(LIBPROJECTM1, libprojectM >= 1.0, [have_projectm1="yes"], [have_projectm1="no"]) - PKG_CHECK_MODULES(GTKGLEXT, [gtkglext-1.0 >= 1.2.0], [have_projectm1="yes"], [have_projectm1="no"] + PKG_CHECK_MODULES(GTKGLEXT, [gtkglext-1.0 >= 1.2.0], [have_projectm1="yes"], [have_projectm1="no"]) if test x$libprjM = xno; then AC_MSG_WARN([*** libprojectM not found. libprojectM is needed to build this package.