emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure,v [EMACS_22_BASE]


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/configure,v [EMACS_22_BASE]
Date: Sun, 16 Sep 2007 09:13:31 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Jan Djärv <jhd>        07/09/16 09:13:30

Index: configure
===================================================================
RCS file: /cvsroot/emacs/emacs/configure,v
retrieving revision 1.202.2.6
retrieving revision 1.202.2.7
diff -u -b -r1.202.2.6 -r1.202.2.7
--- configure   2 Sep 2007 17:36:05 -0000       1.202.2.6
+++ configure   16 Sep 2007 09:13:28 -0000      1.202.2.7
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]