diff configure @ 78808:94efc47b8b8b

*** empty log message ***
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 16 Sep 2007 09:13:28 +0000
parents 1c6c7a9e1ef9
children 356a01f90f6d 5039706521c9
line wrap: on
line diff
--- a/configure	Sun Sep 16 09:13:16 2007 +0000
+++ b/configure	Sun Sep 16 09:13:28 2007 +0000
@@ -11683,7 +11683,10 @@
 
     fi
     if test "$HAVE_GTK_AND_PTHREAD" = yes; then
-      GTK_LIBS="$GTK_LIBS -lpthread"
+      case "${canonical}" in
+        *-hpux*) ;;
+        *) GTK_LIBS="$GTK_LIBS -lpthread" ;;
+      esac
 
 cat >>confdefs.h <<\_ACEOF
 #define HAVE_GTK_AND_PTHREAD 1