comparison configure @ 85114:5039706521c9

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
author Miles Bader <miles@gnu.org>
date Tue, 09 Oct 2007 08:52:57 +0000
parents 9b680bcdc6f2 94efc47b8b8b
children d5d7671ba1ea 14c4a6aac623
comparison
equal deleted inserted replaced
85113:82b4a12fd080 85114:5039706521c9
410 exitcode=1 410 exitcode=1
411 echo positional parameters were not saved. 411 echo positional parameters were not saved.
412 fi 412 fi
413 413
414 test \$exitcode = 0") || { 414 test \$exitcode = 0") || {
415 echo Please tell bug-autoconf@gnu.org about your system, 415 echo No shell found that supports shell functions.
416 echo including any error possibly output before this message. 416 echo Please tell autoconf@gnu.org about your system,
417 echo This can help us improve future autoconf versions. 417 echo including any error possibly output before this
418 echo Configuration will now proceed without shell functions. 418 echo message
419 } 419 }
420 420
421 421
422 422
423 as_lineno_1=$LINENO 423 as_lineno_1=$LINENO
12034 HAVE_GTK_AND_PTHREAD=yes 12034 HAVE_GTK_AND_PTHREAD=yes
12035 fi 12035 fi
12036 12036
12037 fi 12037 fi
12038 if test "$HAVE_GTK_AND_PTHREAD" = yes; then 12038 if test "$HAVE_GTK_AND_PTHREAD" = yes; then
12039 GTK_LIBS="$GTK_LIBS -lpthread" 12039 case "${canonical}" in
12040 *-hpux*) ;;
12041 *) GTK_LIBS="$GTK_LIBS -lpthread" ;;
12042 esac
12040 12043
12041 cat >>confdefs.h <<\_ACEOF 12044 cat >>confdefs.h <<\_ACEOF
12042 #define HAVE_GTK_AND_PTHREAD 1 12045 #define HAVE_GTK_AND_PTHREAD 1
12043 _ACEOF 12046 _ACEOF
12044 12047