From b93f7958488ba99e3e81ea97a81c474a5e90b570 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Tue, 20 Sep 2011 08:50:51 +0200 Subject: Fix typo in configure.ac which led to confusing error messages from configure --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b616f8e..b0faf63 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ if test "x$GLIB_CFLAGS" = "x" && test "x$GLIB_LIBS" = "x"; then GLIB_CFLAGS=`$PKG_CONFIG --cflags glib-2.0` GLIB_LIBS=`$PKG_CONFIG --libs glib-2.0` else - AC_MSG_ERROR([pkg-config and glib-2.0 not found, please set GLIB_CFLAGS and GLIB_LIBS to the correct values])] + AC_MSG_ERROR([pkg-config and glib-2.0 not found, please set GLIB_CFLAGS and GLIB_LIBS to the correct values]) fi fi AC_SUBST(GLIB_LIBS) -- cgit v1.2.1