projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aaef10
)
#include <glib.h> not <glib/glib.h>
author
Manish Singh
<yosh@src.gnome.org>
Fri, 12 Jun 1998 08:27:53 +0000
(08:27 +0000)
committer
Manish Singh
<yosh@src.gnome.org>
Fri, 12 Jun 1998 08:27:53 +0000
(08:27 +0000)
-Yosh
glib.m4
patch
|
blob
|
history
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"