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 416de3894f1bff5bc70be49aa4fb7ae787c2e8ef..d9306fd0104dad834b769d87e37605104ee06c2e 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 416de3894f1bff5bc70be49aa4fb7ae787c2e8ef..d9306fd0104dad834b769d87e37605104ee06c2e 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 416de3894f1bff5bc70be49aa4fb7ae787c2e8ef..d9306fd0104dad834b769d87e37605104ee06c2e 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 416de3894f1bff5bc70be49aa4fb7ae787c2e8ef..d9306fd0104dad834b769d87e37605104ee06c2e 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 416de3894f1bff5bc70be49aa4fb7ae787c2e8ef..d9306fd0104dad834b769d87e37605104ee06c2e 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 416de3894f1bff5bc70be49aa4fb7ae787c2e8ef..d9306fd0104dad834b769d87e37605104ee06c2e 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 416de3894f1bff5bc70be49aa4fb7ae787c2e8ef..d9306fd0104dad834b769d87e37605104ee06c2e 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 416de3894f1bff5bc70be49aa4fb7ae787c2e8ef..d9306fd0104dad834b769d87e37605104ee06c2e 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 11983380aba0a6892bf12853c494aef139932dfe..11f2f50ec90a59a641c66a7c33a1a1afdd488433 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