#include <glib.h> not <glib/glib.h>
authorManish Singh <yosh@src.gnome.org>
Fri, 12 Jun 1998 08:27:53 +0000 (08:27 +0000)
committerManish Singh <yosh@src.gnome.org>
Fri, 12 Jun 1998 08:27:53 +0000 (08:27 +0000)
-Yosh

glib.m4

diff --git a/glib.m4 b/glib.m4
index 7ac6cfd..8a7d2a9 100644 (file)
--- a/glib.m4
+++ b/glib.m4
@@ -148,7 +148,7 @@ main ()
           CFLAGS="$CFLAGS $GLIB_CFLAGS"
           LIBS="$LIBS $GLIB_LIBS"
           AC_TRY_LINK([
-#include <glib/glib.h>
+#include <glib.h>
 #include <stdio.h>
 ],      [ return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); ],
         [ echo "*** The test program compiled, but did not run. This usually means"