Mercurial > emacs
changeset 78808:94efc47b8b8b
*** empty log message ***
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sun, 16 Sep 2007 09:13:28 +0000 |
parents | 2db6f736aed1 |
children | c1d129148b98 |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
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