summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-07-22 14:53:38 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-07-22 14:53:38 +0000
commitdaf83f60889010f49d8395df7e955acab7fbb561 (patch)
treeae5da698e1464d8c23ea28ab1f1344e89e9f6a41 /configure.in
parentebbd946ac65ac1a20a46652b234288280e7ee5fd (diff)
downloadpango-daf83f60889010f49d8395df7e955acab7fbb561.tar.gz
include <stdlib.h>
Sat Jul 22 10:52:06 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-utils.c: include <stdlib.h> * configure.in: s/FRIBID_CONFIG/FRIBIDI_CONFIG/.
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