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:
Sebastian Wilhelmi 2000-10-12 11:39:50 +00:00 committed by Sebastian Wilhelmi
parent dfcd33747e
commit b1d7443893
9 changed files with 24 additions and 11 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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