commit: r453 - trunk
[email protected] Mon, 09 Jan 2012 15:18:01 -0500
| Newsgroups | gmane.network.spread.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jschultz Date: 2012-01-09 15:18:01 -0500 (Mon, 09 Jan 2012) New Revision: 453 Modified: trunk/configure.in Log: Added apparently missing semi-colons to architecture list Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2012-01-09 17:54:25 UTC (rev 452) +++ trunk/configure.in 2012-01-09 20:18:01 UTC (rev 453) @@ -767,6 +767,7 @@ LIBSPSO="libspread.so" LIBSPCORESO="libspread-core.so" LIBTSPCORESO="libtspread-core.so" + ;; *-*-*) SHCC=$CC SHCFLAGS="$CFLAGS -fPIC"