diff options
author | Manish Singh <yosh@src.gnome.org> | 1998-06-12 08:27:53 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1998-06-12 08:27:53 +0000 |
commit | f62aace5b0706da62eef4be9052cb71608d97fef (patch) | |
tree | 0584b5129382980d6f7848abda6ac55333754e1f | |
parent | 1aaef10ab22d161ad2b59a833613d99a30b8395e (diff) |
#include <glib.h> not <glib/glib.h>
-Yosh
-rw-r--r-- | glib.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |