changeset 2401:c96c81938c4b

Typo fixing.
author William Pitcock <nenolod@atheme.org>
date Sun, 17 Feb 2008 23:01:38 -0600
parents a0746d858e31
children ace0b59f541a
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.