From: cristy Date: Sun, 20 Sep 2009 23:40:10 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10663 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a49aa421c43280fe636e12fb10552b3ffa8a9778;p=imagemagick --- diff --git a/Makefile.in b/Makefile.in index 31935e216..ffd008bf2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -303,6 +303,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_compile_warnings.m4 \ $(top_srcdir)/m4/framework.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/magick_check_pthread_lib.m4 \ $(top_srcdir)/m4/magick_func_mmap_fileio.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac diff --git a/configure b/configure index 02a58f172..f5c54ab43 100755 --- a/configure +++ b/configure @@ -8401,7 +8401,7 @@ ax_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CL_CFLAGS $CPPFLAGS" ax_save_LIBS=$LIBS LIBS="" -ax_check_libs="-lopencl32 -lCL" +ax_check_libs="-lOpenCL -lCL" for ax_lib in $ax_check_libs; do if test X$ax_compiler_ms = Xyes; then ax_try_lib=`echo $ax_lib | $SED -e 's/^-l//' -e 's/$/.lib/'` diff --git a/m4/ax_check_cl.m4 b/m4/ax_check_cl.m4 index 2c2d86d93..e0829adaa 100644 --- a/m4/ax_check_cl.m4 +++ b/m4/ax_check_cl.m4 @@ -86,7 +86,7 @@ ax_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CL_CFLAGS $CPPFLAGS" ax_save_LIBS=$LIBS LIBS="" -ax_check_libs="-lopencl32 -lCL" +ax_check_libs="-lOpenCL -lCL" for ax_lib in $ax_check_libs; do AS_IF([test X$ax_compiler_ms = Xyes], [ax_try_lib=`echo $ax_lib | $SED -e 's/^-l//' -e 's/$/.lib/'`],