summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-12-10 19:34:19 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-12-10 19:34:19 +0000
commit51945b883ea981e830f05f102da69f9dbde8ab44 (patch)
treea618094cfdb48eed39c9000998aeb45dc60d0bec /configure.in
parent9add9e7e767ef2822d133623535d8dcb3df95ee8 (diff)
downloadgtk+-51945b883ea981e830f05f102da69f9dbde8ab44.tar.gz
Fix my last commit
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
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" || \