On Mon, 29 Oct 2012, The_Jav wrote:

I would like to create an if condition. But it works partially :

libmy_lib_SOURCES = source.c
if HAVE_IPP
libmy_lib_SOURCES += ipp.c
endif

when the HAVE_IPP is false, the makefile created is different than a
makefile created with only "libmy_lib_SOURCES = sources.c"

The conditions not met are commented out in the Makefile written by config.status. Is that different than you expected?

Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/

Reply via email to