diff options
author | Tollef Fog Heen <tfheen@err.no> | 2011-09-20 08:50:51 +0200 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2011-09-20 08:50:51 +0200 |
commit | b93f7958488ba99e3e81ea97a81c474a5e90b570 (patch) | |
tree | 328c36d3e2daa24f58b1096494a5870840978013 | |
parent | cbc7eec2e5df1686db7e301627f9772cf4e2e080 (diff) |
Fix typo in configure.ac which led to confusing error messages from configure
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |