56 lines
1.8 KiB
Text
56 lines
1.8 KiB
Text
$NetBSD: patch-ab,v 1.1 2004/06/15 13:24:44 markd Exp $
|
|
|
|
--- configure.orig 2004-06-16 00:41:14.000000000 +1200
|
|
+++ configure
|
|
@@ -21614,51 +21614,6 @@ echo "$as_me: error: Cannot find ImageMa
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
|
|
-echo "$as_me:21617: checking for magick/resource.h" >&5
|
|
-echo $ECHO_N "checking for magick/resource.h... $ECHO_C" >&6
|
|
-if test "${ac_cv_header_magick_resource_h+set}" = set; then
|
|
- echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
-else
|
|
- cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 21623 "configure"
|
|
-#include "confdefs.h"
|
|
-#include <magick/resource.h>
|
|
-_ACEOF
|
|
-if { (eval echo "$as_me:21627: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
|
- ac_status=$?
|
|
- egrep -v '^ *\+' conftest.er1 >conftest.err
|
|
- rm -f conftest.er1
|
|
- cat conftest.err >&5
|
|
- echo "$as_me:21633: \$? = $ac_status" >&5
|
|
- (exit $ac_status); } >/dev/null; then
|
|
- if test -s conftest.err; then
|
|
- ac_cpp_err=$ac_c_preproc_warn_flag
|
|
- else
|
|
- ac_cpp_err=
|
|
- fi
|
|
-else
|
|
- ac_cpp_err=yes
|
|
-fi
|
|
-if test -z "$ac_cpp_err"; then
|
|
- ac_cv_header_magick_resource_h=yes
|
|
-else
|
|
- echo "$as_me: failed program was:" >&5
|
|
- cat conftest.$ac_ext >&5
|
|
- ac_cv_header_magick_resource_h=no
|
|
-fi
|
|
-rm -f conftest.err conftest.$ac_ext
|
|
-fi
|
|
-echo "$as_me:21652: result: $ac_cv_header_magick_resource_h" >&5
|
|
-echo "${ECHO_T}$ac_cv_header_magick_resource_h" >&6
|
|
-if test $ac_cv_header_magick_resource_h = yes; then
|
|
- :
|
|
-else
|
|
- { { echo "$as_me:21657: error: Old ImageMagick headers found. You must have ImageMagick 5.5.0 or above. Read INSTALL.README!" >&5
|
|
-echo "$as_me: error: Old ImageMagick headers found. You must have ImageMagick 5.5.0 or above. Read INSTALL.README!" >&2;}
|
|
- { (exit 1); exit 1; }; }
|
|
-fi
|
|
-
|
|
MAGICKPREFIX=`Magick-config --prefix`
|
|
echo ImageMagick prefix $MAGICKPREFIX
|
|
|