From 51945b883ea981e830f05f102da69f9dbde8ab44 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 10 Dec 2006 19:34:19 +0000 Subject: [PATCH] Fix my last commit --- ChangeLog | 4 ++++ configure.in | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b5c8b9fd2..8a59007742 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-10 Matthias Clasen + + * configure.in: Correct a misapplied patch. + 2006-12-10 Tor Lillqvist * gtk-zip.sh.in: Put gdk-pixbuf-query-loaders.exe and diff --git a/configure.in b/configure.in index b005dfa49d..2194f2e6b6 100644 --- a/configure.in +++ b/configure.in @@ -684,6 +684,10 @@ if test $gtk_uxtheme_h = yes; then fi AC_MSG_RESULT($gtk_uxtheme_h) +# Checks for gdkspawn +AC_CHECK_HEADERS(crt_externs.h) +AC_CHECK_FUNCS(_NSGetEnviron) + ################################################## # Checks for gdk-pixbuf @@ -728,10 +732,6 @@ else pixbuf_libtool_config="${CONFIG_SHELL-/bin/sh} ./libtool --config" pixbuf_deplibs_check=`$pixbuf_libtool_config | \ grep '^[[a-z_]]*check[[a-z_]]*_method=[['\''"]]' | \ -# Checks for gdkspawn -AC_CHECK_HEADERS(crt_externs.h) -AC_CHECK_FUNCS(_NSGetEnviron) - sed 's/.*[['\''"]]\(.*\)[['\''"]]$/\1/'` if test "x$pixbuf_deplibs_check" = "xnone" || \ test "x$pixbuf_deplibs_check" = "xunknown" || \