SF.net SVN: geany: [1706] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Jul 16 17:01:15 UTC 2007


Revision: 1706
          http://svn.sourceforge.net/geany/?rev=1706&view=rev
Author:   eht16
Date:     2007-07-16 10:01:15 -0700 (Mon, 16 Jul 2007)

Log Message:
-----------
Fix failing linking on some systems (needs to be solved cleanly).

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/configure.in

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-07-16 15:42:12 UTC (rev 1705)
+++ trunk/ChangeLog	2007-07-16 17:01:15 UTC (rev 1706)
@@ -6,6 +6,8 @@
  * doc/geany.docbook, src/editor.c, src/editor.h, src/keybindings.c,
    src/keybindings.h:
    Add keybindings for smart indent and indent/deindent by one space.
+ * configure.in:
+   Fix failing linking on some systems (needs to be solved cleanly).
 
 
 2007-07-16  Nick Treleaven  <nick.treleaven at btinternet.com>

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2007-07-16 15:42:12 UTC (rev 1705)
+++ trunk/configure.in	2007-07-16 17:01:15 UTC (rev 1706)
@@ -9,7 +9,7 @@
 
 AC_ISC_POSIX
 AC_PROG_CC
-AM_CONDITIONAL(IS_COMPILER_GCC,test x$CC = xgcc)
+AM_CONDITIONAL(IS_COMPILER_GCC,test x$SSC == x)
 
 AM_PROG_CC_STDC
 AC_HEADER_STDC


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list