Mercurial > hg > xemacs-beta
comparison configure @ 225:12579d965149 r20-4b11
Import from CVS: tag r20-4b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:11:40 +0200 |
parents | 2c611d1463a6 |
children | 0e522484dd2a |
comparison
equal
deleted
inserted
replaced
224:4663b37daab6 | 225:12579d965149 |
---|---|
5729 } | 5729 } |
5730 | 5730 |
5731 libs_x="-lcompface $libs_x" && if test "$extra_verbose" = "yes"; then echo " Prepending \"-lcompface\" to \$libs_x"; fi | 5731 libs_x="-lcompface $libs_x" && if test "$extra_verbose" = "yes"; then echo " Prepending \"-lcompface\" to \$libs_x"; fi |
5732 fi | 5732 fi |
5733 | 5733 |
5734 test -z "$with_imagick" && { ac_safe=`echo "magick/magick.h" | sed 'y%./+-%__p_%'` | 5734 test "$with_imagick" != "no" && { ac_safe=`echo "magick/magick.h" | sed 'y%./+-%__p_%'` |
5735 echo $ac_n "checking for magick/magick.h""... $ac_c" 1>&6 | 5735 echo $ac_n "checking for magick/magick.h""... $ac_c" 1>&6 |
5736 echo "configure:5737: checking for magick/magick.h" >&5 | 5736 echo "configure:5737: checking for magick/magick.h" >&5 |
5737 | 5737 |
5738 cat > conftest.$ac_ext <<EOF | 5738 cat > conftest.$ac_ext <<EOF |
5739 #line 5740 "configure" | 5739 #line 5740 "configure" |
5797 with_imagick=no | 5797 with_imagick=no |
5798 fi | 5798 fi |
5799 | 5799 |
5800 fi | 5800 fi |
5801 } | 5801 } |
5802 test -z "$with_imagick" && { | 5802 test "$with_imagick" != "no" && { |
5803 imagick_libs="" | 5803 imagick_libs="" |
5804 | 5804 |
5805 echo $ac_n "checking for XDPSPixelsPerPoint in -ldps""... $ac_c" 1>&6 | 5805 echo $ac_n "checking for XDPSPixelsPerPoint in -ldps""... $ac_c" 1>&6 |
5806 echo "configure:5807: checking for XDPSPixelsPerPoint in -ldps" >&5 | 5806 echo "configure:5807: checking for XDPSPixelsPerPoint in -ldps" >&5 |
5807 ac_lib_var=`echo dps'_'XDPSPixelsPerPoint | sed 'y%./+-%__p_%'` | 5807 ac_lib_var=`echo dps'_'XDPSPixelsPerPoint | sed 'y%./+-%__p_%'` |
10368 echo " WARNING: Otherwise toolbars and other graphics will look suboptimal." | 10368 echo " WARNING: Otherwise toolbars and other graphics will look suboptimal." |
10369 echo " --------------------------------------------------------------------" | 10369 echo " --------------------------------------------------------------------" |
10370 fi | 10370 fi |
10371 test "$with_xface" = yes && echo " Compiling in support for X-Face message headers." | 10371 test "$with_xface" = yes && echo " Compiling in support for X-Face message headers." |
10372 test "$with_imagick" = yes && echo " Compiling in support for ImageMagick image conversion." | 10372 test "$with_imagick" = yes && echo " Compiling in support for ImageMagick image conversion." |
10373 | 10373 test "$with_imagick" = yes && echo " Using $imagick_libs for graphics libraries." |
10374 case "$with_sound" in | 10374 case "$with_sound" in |
10375 nas ) echo " Compiling in network sound (NAS) support." ;; | 10375 nas ) echo " Compiling in network sound (NAS) support." ;; |
10376 native ) echo " Compiling in native sound support." ;; | 10376 native ) echo " Compiling in native sound support." ;; |
10377 both ) echo " Compiling in both network and native sound support." ;; | 10377 both ) echo " Compiling in both network and native sound support." ;; |
10378 esac | 10378 esac |