mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-22 10:12:10 +01:00
Also accept _Pctime_r instead of ctime_r, while seraching for the right
1999-03-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in: Also accept _Pctime_r instead of ctime_r, while seraching for the right `_REENTRANT' flag. This is for Digital UNIX 4.0d. Thanks to Sascha Brawer <sb@adasys.ch>.
This commit is contained in:
parent
911b6132ea
commit
1227e07bd8
@ -1,3 +1,9 @@
|
||||
1999-03-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Also accept _Pctime_r instead of ctime_r, while
|
||||
seraching for the right `_REENTRANT' flag. This is for Digital
|
||||
UNIX 4.0d. Thanks to Sascha Brawer <sb@adasys.ch>.
|
||||
|
||||
Tue Mar 9 23:25:50 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: check for working realloc (NULL,).
|
||||
|
@ -1,3 +1,9 @@
|
||||
1999-03-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Also accept _Pctime_r instead of ctime_r, while
|
||||
seraching for the right `_REENTRANT' flag. This is for Digital
|
||||
UNIX 4.0d. Thanks to Sascha Brawer <sb@adasys.ch>.
|
||||
|
||||
Tue Mar 9 23:25:50 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: check for working realloc (NULL,).
|
||||
|
@ -1,3 +1,9 @@
|
||||
1999-03-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Also accept _Pctime_r instead of ctime_r, while
|
||||
seraching for the right `_REENTRANT' flag. This is for Digital
|
||||
UNIX 4.0d. Thanks to Sascha Brawer <sb@adasys.ch>.
|
||||
|
||||
Tue Mar 9 23:25:50 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: check for working realloc (NULL,).
|
||||
|
@ -1,3 +1,9 @@
|
||||
1999-03-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Also accept _Pctime_r instead of ctime_r, while
|
||||
seraching for the right `_REENTRANT' flag. This is for Digital
|
||||
UNIX 4.0d. Thanks to Sascha Brawer <sb@adasys.ch>.
|
||||
|
||||
Tue Mar 9 23:25:50 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: check for working realloc (NULL,).
|
||||
|
@ -1,3 +1,9 @@
|
||||
1999-03-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Also accept _Pctime_r instead of ctime_r, while
|
||||
seraching for the right `_REENTRANT' flag. This is for Digital
|
||||
UNIX 4.0d. Thanks to Sascha Brawer <sb@adasys.ch>.
|
||||
|
||||
Tue Mar 9 23:25:50 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: check for working realloc (NULL,).
|
||||
|
@ -1,3 +1,9 @@
|
||||
1999-03-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Also accept _Pctime_r instead of ctime_r, while
|
||||
seraching for the right `_REENTRANT' flag. This is for Digital
|
||||
UNIX 4.0d. Thanks to Sascha Brawer <sb@adasys.ch>.
|
||||
|
||||
Tue Mar 9 23:25:50 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: check for working realloc (NULL,).
|
||||
|
@ -1,3 +1,9 @@
|
||||
1999-03-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Also accept _Pctime_r instead of ctime_r, while
|
||||
seraching for the right `_REENTRANT' flag. This is for Digital
|
||||
UNIX 4.0d. Thanks to Sascha Brawer <sb@adasys.ch>.
|
||||
|
||||
Tue Mar 9 23:25:50 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: check for working realloc (NULL,).
|
||||
|
@ -1,3 +1,9 @@
|
||||
1999-03-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Also accept _Pctime_r instead of ctime_r, while
|
||||
seraching for the right `_REENTRANT' flag. This is for Digital
|
||||
UNIX 4.0d. Thanks to Sascha Brawer <sb@adasys.ch>.
|
||||
|
||||
Tue Mar 9 23:25:50 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: check for working realloc (NULL,).
|
||||
|
@ -742,9 +742,10 @@ G_THREAD_CFLAGS="$G_THREAD_CFLAGS -D_REENTRANT" # good default guess
|
||||
|
||||
# if we are not finding the ctime_r function, then we probably are
|
||||
# not using the proper multithread flag
|
||||
# Note: Digital UNIX 4.0d #defines ctime_r to _Pctime_r for gcc.
|
||||
old_CPPFLAGS=$CPPFLAGS
|
||||
CPPFLAGS="$CPPFLAGS $G_THREAD_CFLAGS"
|
||||
AC_EGREP_HEADER([[^a-zA-Z_]ctime_r[^a-zA-Z_]], time.h, ,
|
||||
AC_EGREP_HEADER([[^a-zA-Z_](_P)?ctime_r[^a-zA-Z_]], time.h, ,
|
||||
G_THREAD_CFLAGS=
|
||||
AC_MSG_WARN($FLAG_DOES_NOT_WORK))
|
||||
CPPFLAGS=$old_CPPFLAGS
|
||||
|
Loading…
x
Reference in New Issue
Block a user