SF.net SVN: geany-plugins:[2023] trunk/geany-plugins/build/cflags.m4
hyperair at users.sourceforge.net
hyperair at xxxxx
Tue Apr 12 17:50:46 UTC 2011
Revision: 2023
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2023&view=rev
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.
More information about the Plugins-Commits
mailing list