preventing defines in config.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I'm tying to understand how defines get added to config.h. In my configure.ac file I have:

if test "apple" = "orange"; then
	AC_DEFINE_UNQUOTED(HAVE_SOMETHING,1,[Define if SOMETHING])
fi

My test fails, so I don't expect to get

/* Define is SOMETHING */
#define HAVE_SOMETHING 1

in config.h

I did a sh -x on configure, but I never see it do HAVE_SOMETHING.

Thanks,

	Andy


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux