On Sat, May 17, 2014 at 03:14:21PM +0200, Patrik Lundin wrote: > > configure:13273: checking whether cc supports -std=c99 > configure:13291: result: yes > configure:13304: checking whether cc supports -xc99 > configure:13327: result: no > configure:13335: checking whether we need -std=c99 as a flag for cc > configure:13365: result: no > > On one hand this would make me assume that -std=c99 would not be used at > all, but it still is in some places. Maby the configure script test > should include such an enumerator list? >
Just to be clear it seems the reason the flag is part of the build in some places is because "AM_CFLAGS = -std=c99" is specifically set in a few Makefile.am files under libhsm/. I could mimic this in other Makefiles locally in the port, but it seems a bit ugly :). Regards, Patrik Lundin _______________________________________________ Opendnssec-user mailing list [email protected] https://lists.opendnssec.org/mailman/listinfo/opendnssec-user
