Mercurial > hg > xemacs-beta
comparison configure.in @ 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 |
---|---|
2358 AC_DEFINE(HAVE_XFACE) | 2358 AC_DEFINE(HAVE_XFACE) |
2359 XE_PREPEND(-lcompface, libs_x) | 2359 XE_PREPEND(-lcompface, libs_x) |
2360 fi | 2360 fi |
2361 | 2361 |
2362 dnl autodetect ImageMagick | 2362 dnl autodetect ImageMagick |
2363 test -z "$with_imagick" && { AC_CHECK_HEADER(magick/magick.h, ,AC_CHECK_HEADER(X11/magick/magick.h,AC_DEFINE(MAGICK_HEADERS_ARE_UNDER_X11),with_imagick=no)) } | 2363 test "$with_imagick" != "no" && { AC_CHECK_HEADER(magick/magick.h, ,AC_CHECK_HEADER(X11/magick/magick.h,AC_DEFINE(MAGICK_HEADERS_ARE_UNDER_X11),with_imagick=no)) } |
2364 test -z "$with_imagick" && { | 2364 test "$with_imagick" != "no" && { |
2365 dnl check the appropriate libraries for ImageMagick | 2365 dnl check the appropriate libraries for ImageMagick |
2366 imagick_libs="" | 2366 imagick_libs="" |
2367 AC_CHECK_LIB(dps, XDPSPixelsPerPoint, XE_APPEND(-ldpstk -ldps, imagick_libs),,,-ldpstk) | 2367 AC_CHECK_LIB(dps, XDPSPixelsPerPoint, XE_APPEND(-ldpstk -ldps, imagick_libs),,,-ldpstk) |
2368 AC_CHECK_LIB(fpx, FPX_SetToolkitMemoryLimit, XE_APPEND(-lfpx, imagick_libs)) | 2368 AC_CHECK_LIB(fpx, FPX_SetToolkitMemoryLimit, XE_APPEND(-lfpx, imagick_libs)) |
2369 AC_CHECK_LIB(df, DF24getdims, XE_APPEND(-ldf, imagick_libs)) | 2369 AC_CHECK_LIB(df, DF24getdims, XE_APPEND(-ldf, imagick_libs)) |
3311 echo " WARNING: Otherwise toolbars and other graphics will look suboptimal." | 3311 echo " WARNING: Otherwise toolbars and other graphics will look suboptimal." |
3312 echo " --------------------------------------------------------------------" | 3312 echo " --------------------------------------------------------------------" |
3313 fi | 3313 fi |
3314 test "$with_xface" = yes && echo " Compiling in support for X-Face message headers." | 3314 test "$with_xface" = yes && echo " Compiling in support for X-Face message headers." |
3315 test "$with_imagick" = yes && echo " Compiling in support for ImageMagick image conversion." | 3315 test "$with_imagick" = yes && echo " Compiling in support for ImageMagick image conversion." |
3316 | 3316 test "$with_imagick" = yes && echo " Using $imagick_libs for graphics libraries." |
3317 case "$with_sound" in | 3317 case "$with_sound" in |
3318 nas ) echo " Compiling in network sound (NAS) support." ;; | 3318 nas ) echo " Compiling in network sound (NAS) support." ;; |
3319 native ) echo " Compiling in native sound support." ;; | 3319 native ) echo " Compiling in native sound support." ;; |
3320 both ) echo " Compiling in both network and native sound support." ;; | 3320 both ) echo " Compiling in both network and native sound support." ;; |
3321 esac | 3321 esac |