mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 01:16:17 +01:00
Fixed slight bug, that made configure hang on some systems. Please do not
1999-03-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in: Fixed slight bug, that made configure hang on some systems. Please do not merge this into 1.3 branch. It's taken care of differently there. Info from J. Rhett Aultman <cuplan@alley.gator.net>
This commit is contained in:
parent
165f369072
commit
6a1327a2ef
@ -1,3 +1,10 @@
|
||||
1999-03-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed slight bug, that made configure hang on some
|
||||
systems. Please do not merge this into 1.3 branch. It's taken care
|
||||
of differently there. Info from J. Rhett Aultman
|
||||
<cuplan@alley.gator.net>
|
||||
|
||||
Wed Mar 24 21:23:47 CST 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.2.1
|
||||
|
@ -1,3 +1,10 @@
|
||||
1999-03-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed slight bug, that made configure hang on some
|
||||
systems. Please do not merge this into 1.3 branch. It's taken care
|
||||
of differently there. Info from J. Rhett Aultman
|
||||
<cuplan@alley.gator.net>
|
||||
|
||||
Wed Mar 24 21:23:47 CST 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.2.1
|
||||
|
@ -1,3 +1,10 @@
|
||||
1999-03-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed slight bug, that made configure hang on some
|
||||
systems. Please do not merge this into 1.3 branch. It's taken care
|
||||
of differently there. Info from J. Rhett Aultman
|
||||
<cuplan@alley.gator.net>
|
||||
|
||||
Wed Mar 24 21:23:47 CST 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.2.1
|
||||
|
@ -1,3 +1,10 @@
|
||||
1999-03-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed slight bug, that made configure hang on some
|
||||
systems. Please do not merge this into 1.3 branch. It's taken care
|
||||
of differently there. Info from J. Rhett Aultman
|
||||
<cuplan@alley.gator.net>
|
||||
|
||||
Wed Mar 24 21:23:47 CST 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.2.1
|
||||
|
@ -1,3 +1,10 @@
|
||||
1999-03-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed slight bug, that made configure hang on some
|
||||
systems. Please do not merge this into 1.3 branch. It's taken care
|
||||
of differently there. Info from J. Rhett Aultman
|
||||
<cuplan@alley.gator.net>
|
||||
|
||||
Wed Mar 24 21:23:47 CST 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.2.1
|
||||
|
@ -1,3 +1,10 @@
|
||||
1999-03-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed slight bug, that made configure hang on some
|
||||
systems. Please do not merge this into 1.3 branch. It's taken care
|
||||
of differently there. Info from J. Rhett Aultman
|
||||
<cuplan@alley.gator.net>
|
||||
|
||||
Wed Mar 24 21:23:47 CST 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.2.1
|
||||
|
@ -1,3 +1,10 @@
|
||||
1999-03-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed slight bug, that made configure hang on some
|
||||
systems. Please do not merge this into 1.3 branch. It's taken care
|
||||
of differently there. Info from J. Rhett Aultman
|
||||
<cuplan@alley.gator.net>
|
||||
|
||||
Wed Mar 24 21:23:47 CST 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.2.1
|
||||
|
@ -1,3 +1,10 @@
|
||||
1999-03-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed slight bug, that made configure hang on some
|
||||
systems. Please do not merge this into 1.3 branch. It's taken care
|
||||
of differently there. Info from J. Rhett Aultman
|
||||
<cuplan@alley.gator.net>
|
||||
|
||||
Wed Mar 24 21:23:47 CST 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.2.1
|
||||
|
@ -830,7 +830,7 @@ if test x"$have_threads" != xnone; then
|
||||
struct timeval tval;
|
||||
struct timespec tspec;
|
||||
gettimeofday (&tval, NULL);
|
||||
tspec.tv_sec += tval.tv_sec;
|
||||
tspec.tv_sec = tval.tv_sec;
|
||||
tspec.tv_nsec = 0;
|
||||
return pthread_cond_timedwait (&cond,&mutex,&tspec)
|
||||
!= -1;}],
|
||||
|
Loading…
Reference in New Issue
Block a user