Revision: 2023 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2023&view=re... Author: hyperair Date: 2011-04-12 17:50:46 +0000 (Tue, 12 Apr 2011)
Log Message: ----------- Stick test program in cflags.m4 into one line
It looks really messy and hard to read when it's put into multiple lines; moreover, it's pretty tiny
Modified Paths: -------------- trunk/geany-plugins/build/cflags.m4
Modified: trunk/geany-plugins/build/cflags.m4 =================================================================== --- trunk/geany-plugins/build/cflags.m4 2011-04-12 17:46:15 UTC (rev 2022) +++ trunk/geany-plugins/build/cflags.m4 2011-04-12 17:50:46 UTC (rev 2023) @@ -6,11 +6,7 @@ CFLAGS="$1" AC_LANG([C]) AC_MSG_CHECKING([whether the C compiler understands $CFLAGS]) - AC_COMPILE_IFELSE([ -int main(void) { - return 0; -} -], + AC_COMPILE_IFELSE([int main(void) {return 0;}], [AC_MSG_RESULT([yes]) $2], [AC_MSG_RESULT([no])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org