mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-20 01:02:10 +01:00
define GLIB_HAVE_ALLOCA_H instead of including alloca.h in glibconfig.h,
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in: define GLIB_HAVE_ALLOCA_H instead of including alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
This commit is contained in:
parent
08cf3868c9
commit
dfcd33747e
@ -1,3 +1,8 @@
|
||||
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: define GLIB_HAVE_ALLOCA_H instead of including
|
||||
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
|
||||
|
||||
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Work with beta autoconf 2.50.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: define GLIB_HAVE_ALLOCA_H instead of including
|
||||
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
|
||||
|
||||
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Work with beta autoconf 2.50.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: define GLIB_HAVE_ALLOCA_H instead of including
|
||||
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
|
||||
|
||||
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Work with beta autoconf 2.50.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: define GLIB_HAVE_ALLOCA_H instead of including
|
||||
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
|
||||
|
||||
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Work with beta autoconf 2.50.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: define GLIB_HAVE_ALLOCA_H instead of including
|
||||
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
|
||||
|
||||
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Work with beta autoconf 2.50.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: define GLIB_HAVE_ALLOCA_H instead of including
|
||||
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
|
||||
|
||||
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Work with beta autoconf 2.50.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: define GLIB_HAVE_ALLOCA_H instead of including
|
||||
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
|
||||
|
||||
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Work with beta autoconf 2.50.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: define GLIB_HAVE_ALLOCA_H instead of including
|
||||
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
|
||||
|
||||
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Work with beta autoconf 2.50.
|
||||
|
@ -1193,7 +1193,7 @@ _______EOF
|
||||
echo '#include <'"$g_mutex_header_file"'>' >> $outfile
|
||||
fi
|
||||
if test "$glib_header_alloca_h" = "yes"; then
|
||||
echo '#include <alloca.h>' >> $outfile
|
||||
echo '#define GLIB_HAVE_ALLOCA_H' >> $outfile
|
||||
fi
|
||||
if test x$glib_sys_poll_h = xyes; then
|
||||
echo '#define GLIB_HAVE_SYS_POLL_H' >> $outfile
|
||||
|
Loading…
x
Reference in New Issue
Block a user