mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Removed cruft from old threading code.
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in: Removed cruft from old threading code.
This commit is contained in:
parent
dfcd33747e
commit
b1d7443893
@ -1,8 +1,10 @@
|
||||
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: define GLIB_HAVE_ALLOCA_H instead of including
|
||||
* configure.in: Defined GLIB_HAVE_ALLOCA_H instead of including
|
||||
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
|
||||
|
||||
* configure.in: Removed cruft from old threading code.
|
||||
|
||||
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Work with beta autoconf 2.50.
|
||||
|
@ -1,8 +1,10 @@
|
||||
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: define GLIB_HAVE_ALLOCA_H instead of including
|
||||
* configure.in: Defined GLIB_HAVE_ALLOCA_H instead of including
|
||||
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
|
||||
|
||||
* configure.in: Removed cruft from old threading code.
|
||||
|
||||
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Work with beta autoconf 2.50.
|
||||
|
@ -1,8 +1,10 @@
|
||||
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: define GLIB_HAVE_ALLOCA_H instead of including
|
||||
* configure.in: Defined GLIB_HAVE_ALLOCA_H instead of including
|
||||
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
|
||||
|
||||
* configure.in: Removed cruft from old threading code.
|
||||
|
||||
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Work with beta autoconf 2.50.
|
||||
|
@ -1,8 +1,10 @@
|
||||
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: define GLIB_HAVE_ALLOCA_H instead of including
|
||||
* configure.in: Defined GLIB_HAVE_ALLOCA_H instead of including
|
||||
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
|
||||
|
||||
* configure.in: Removed cruft from old threading code.
|
||||
|
||||
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Work with beta autoconf 2.50.
|
||||
|
@ -1,8 +1,10 @@
|
||||
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: define GLIB_HAVE_ALLOCA_H instead of including
|
||||
* configure.in: Defined GLIB_HAVE_ALLOCA_H instead of including
|
||||
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
|
||||
|
||||
* configure.in: Removed cruft from old threading code.
|
||||
|
||||
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Work with beta autoconf 2.50.
|
||||
|
@ -1,8 +1,10 @@
|
||||
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: define GLIB_HAVE_ALLOCA_H instead of including
|
||||
* configure.in: Defined GLIB_HAVE_ALLOCA_H instead of including
|
||||
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
|
||||
|
||||
* configure.in: Removed cruft from old threading code.
|
||||
|
||||
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Work with beta autoconf 2.50.
|
||||
|
@ -1,8 +1,10 @@
|
||||
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: define GLIB_HAVE_ALLOCA_H instead of including
|
||||
* configure.in: Defined GLIB_HAVE_ALLOCA_H instead of including
|
||||
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
|
||||
|
||||
* configure.in: Removed cruft from old threading code.
|
||||
|
||||
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Work with beta autoconf 2.50.
|
||||
|
@ -1,8 +1,10 @@
|
||||
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: define GLIB_HAVE_ALLOCA_H instead of including
|
||||
* configure.in: Defined GLIB_HAVE_ALLOCA_H instead of including
|
||||
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
|
||||
|
||||
* configure.in: Removed cruft from old threading code.
|
||||
|
||||
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
Work with beta autoconf 2.50.
|
||||
|
@ -1189,9 +1189,6 @@ _______EOF
|
||||
if test x$glib_values_h = xyes; then
|
||||
echo '#include <values.h>' >> $outfile
|
||||
fi
|
||||
if test x$g_mutex_header_file != x; then
|
||||
echo '#include <'"$g_mutex_header_file"'>' >> $outfile
|
||||
fi
|
||||
if test "$glib_header_alloca_h" = "yes"; then
|
||||
echo '#define GLIB_HAVE_ALLOCA_H' >> $outfile
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user