summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2010-08-23 14:54:09 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2010-08-23 14:54:09 +0200
commit8a0b50ed46dc585805b18fce5c1a7d13e4ad3ec7 (patch)
tree83ecdb47667b3ad72110675f2acb0d0fa4350712 /configure
parent692f3ddcd0a7031794e39bab76a5cce0c4c4990c (diff)
downloademacs-8a0b50ed46dc585805b18fce5c1a7d13e4ad3ec7.tar.gz
Fix configure checks
* configure.in: Fix check for librsvg, imagemagick and MagickExportImagePixels.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure50
1 files changed, 25 insertions, 25 deletions
diff --git a/configure b/configure
index 9354afe1ee5..527c53690bd 100755
--- a/configure
+++ b/configure
@@ -2442,7 +2442,6 @@ fi
as_fn_append ac_header_list " stdlib.h"
as_fn_append ac_header_list " unistd.h"
as_fn_append ac_header_list " sys/param.h"
-as_fn_append ac_func_list " MagickExportImagePixels"
as_fn_append ac_header_list " sys/time.h"
as_fn_append ac_func_list " alarm"
# Check that the precious variables saved in the cache have kept the same
@@ -8597,7 +8596,7 @@ $as_echo "no" >&6; }
fi
if test $succeeded = yes; then
- :
+ HAVE_RSVG=yes
else
:
fi
@@ -8605,8 +8604,7 @@ $as_echo "no" >&6; }
- if test ".${RSVG_CFLAGS}" != "."; then
- HAVE_RSVG=yes
+ if test $HAVE_RSVG = yes; then
$as_echo "#define HAVE_RSVG 1" >>confdefs.h
@@ -8708,7 +8706,7 @@ $as_echo "no" >&6; }
fi
if test $succeeded = yes; then
- :
+ HAVE_IMAGEMAGICK=yes
else
:
fi
@@ -8716,38 +8714,24 @@ $as_echo "no" >&6; }
- if test ".${IMAGEMAGICK_CFLAGS}" != "."; then
- HAVE_IMAGEMAGICK=yes
+ if test $HAVE_IMAGEMAGICK = yes; then
$as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h
CFLAGS="$CFLAGS $IMAGEMAGICK_CFLAGS"
LIBS="$IMAGEMAGICK_LIBS $LIBS"
- fi
-
-
-$as_echo "#define HAVE_MAGICKEXPORTIMAGEPIXELS 0" >>confdefs.h
-
-
-
-
- for ac_func in $ac_func_list
+ for ac_func in MagickExportImagePixels
do :
- as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
-eval as_val=\$$as_ac_var
- if test "x$as_val" = x""yes; then :
+ ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels"
+if test "x$ac_cv_func_MagickExportImagePixels" = x""yes; then :
cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+#define HAVE_MAGICKEXPORTIMAGEPIXELS 1
_ACEOF
fi
done
-
-
-
-
+ fi
fi
@@ -11624,6 +11608,22 @@ done
+ for ac_func in $ac_func_list
+do :
+ as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+eval as_val=\$$as_ac_var
+ if test "x$as_val" = x""yes; then :
+ cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+done
+
+
+
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5
$as_echo_n "checking for working mktime... " >&6; }