Re: Please, help with AM_CONDITIONAL

2004-10-20 Thread Ralf Wildenhues
* Jose Roman Bilbao wrote on Tue, Oct 19, 2004 at 03:43:22PM CEST: I am having a problem when trying to build a program conditionally. It is a problem with the macro that detects a specific library (TIFF). This macro makes a definition of HAVE_LIBTIFF: AC_DEFINE(HAVE_LIBTIFF)

Please, help with AM_CONDITIONAL

2004-10-19 Thread Jose Roman Bilbao
Hi all, I am having a problem when trying to build a program conditionally. It is a problem with the macro that detects a specific library (TIFF). This macro makes a definition of HAVE_LIBTIFF: AC_DEFINE(HAVE_LIBTIFF) AM_CONDITIONAL(AM_TIFF, test $have_tiff = yes) Those lines are within an m4