Another small change to the pthread_.. search pattern. Should work *now*
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Mon, 6 Mar 2000 09:09:57 +0000 (09:09 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Mon, 6 Mar 2000 09:09:57 +0000 (09:09 +0000)
2000-03-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* configure.in: Another small change to the pthread_.. search
pattern. Should work *now* for AIX.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 416de38..d9306fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-03-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Another small change to the pthread_.. search
+       pattern. Should work *now* for AIX.
+
 2000-03-04  Tor Lillqvist  <tml@iki.fi>
 
        * gwin32.c (g_win32_error_message): New function that returns the
index 416de38..d9306fd 100644 (file)
@@ -1,3 +1,8 @@
+2000-03-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Another small change to the pthread_.. search
+       pattern. Should work *now* for AIX.
+
 2000-03-04  Tor Lillqvist  <tml@iki.fi>
 
        * gwin32.c (g_win32_error_message): New function that returns the
index 416de38..d9306fd 100644 (file)
@@ -1,3 +1,8 @@
+2000-03-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Another small change to the pthread_.. search
+       pattern. Should work *now* for AIX.
+
 2000-03-04  Tor Lillqvist  <tml@iki.fi>
 
        * gwin32.c (g_win32_error_message): New function that returns the
index 416de38..d9306fd 100644 (file)
@@ -1,3 +1,8 @@
+2000-03-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Another small change to the pthread_.. search
+       pattern. Should work *now* for AIX.
+
 2000-03-04  Tor Lillqvist  <tml@iki.fi>
 
        * gwin32.c (g_win32_error_message): New function that returns the
index 416de38..d9306fd 100644 (file)
@@ -1,3 +1,8 @@
+2000-03-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Another small change to the pthread_.. search
+       pattern. Should work *now* for AIX.
+
 2000-03-04  Tor Lillqvist  <tml@iki.fi>
 
        * gwin32.c (g_win32_error_message): New function that returns the
index 416de38..d9306fd 100644 (file)
@@ -1,3 +1,8 @@
+2000-03-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Another small change to the pthread_.. search
+       pattern. Should work *now* for AIX.
+
 2000-03-04  Tor Lillqvist  <tml@iki.fi>
 
        * gwin32.c (g_win32_error_message): New function that returns the
index 416de38..d9306fd 100644 (file)
@@ -1,3 +1,8 @@
+2000-03-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Another small change to the pthread_.. search
+       pattern. Should work *now* for AIX.
+
 2000-03-04  Tor Lillqvist  <tml@iki.fi>
 
        * gwin32.c (g_win32_error_message): New function that returns the
index 416de38..d9306fd 100644 (file)
@@ -1,3 +1,8 @@
+2000-03-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Another small change to the pthread_.. search
+       pattern. Should work *now* for AIX.
+
 2000-03-04  Tor Lillqvist  <tml@iki.fi>
 
        * gwin32.c (g_win32_error_message): New function that returns the
index 1198338..11f2f50 100644 (file)
@@ -687,12 +687,12 @@ if test "x$want_threads" = xyes || test "x$want_threads" = xposix \
        glib_save_CPPFLAGS="$CPPFLAGS"
        CPPFLAGS="$CPPFLAGS $GTHREAD_COMPILE_IMPL_DEFINES"
         if test "x$have_threads" = xnone; then
-                AC_EGREP_HEADER([^(|.*[^a-zA-Z_])pthread_attr_init[^a-zA-Z_]],
+                AC_EGREP_HEADER([(^|[^a-zA-Z_])pthread_attr_init[^a-zA-Z_]],
                        pthread.h,
                        have_threads=posix)
         fi
         if test "x$have_threads" = xnone; then
-                AC_EGREP_HEADER([^(|.*[^a-zA-Z_])pthread_attr_create[^a-zA-Z_]],
+                AC_EGREP_HEADER([(^|[^a-zA-Z_])pthread_attr_create[^a-zA-Z_]],
                        pthread.h,
                        have_threads=dce)
         fi