summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 28118c49..62a3cbe7 100644
--- a/configure.in
+++ b/configure.in
@@ -33,7 +33,7 @@ if test x$FRIBIDI_CONFIG = xno ; then
AC_MSG_ERROR([*** fribidi-config not found])
fi
-if $FRIBID_CONFIG --cflags | grep lib/glib/include ; then
+if $FRIBIDI_CONFIG --cflags | grep lib/glib/include > /dev/null ; then
AC_MSG_ERROR([*** fribidi appears to be compiled against GLib-1.2.x.
*** You must compile fribidi with GLib-1.3.1 or better.])
fi