← Back to team overview

ayatana-commits team mailing list archive

[Branch ~indicator-applet-developers/indicator-messages/trunk] Rev 155: Disabling static builds because we don't need them, and they seem to cause errors on amd64.

 

------------------------------------------------------------
revno: 155
committer: Ted Gould <ted@xxxxxxxxxxxxx>
branch nick: trunk
timestamp: Thu 2009-11-05 21:32:14 -0600
message:
  Disabling static builds because we don't need them, and they seem to cause errors on amd64.
modified:
  configure.ac


--
lp:indicator-messages
https://code.launchpad.net/~indicator-applet-developers/indicator-messages/trunk

Your team ayatana-commits is subscribed to branch lp:indicator-messages.
To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/indicator-messages/trunk/+edit-subscription.
=== modified file 'configure.ac'
--- configure.ac	2009-11-04 21:00:19 +0000
+++ configure.ac	2009-11-06 03:32:14 +0000
@@ -15,6 +15,7 @@
 AM_PROG_CC_C_O
 AC_STDC_HEADERS
 AC_PROG_LIBTOOL
+AC_DISABLE_STATIC
 
 AC_SUBST(VERSION)
 AC_CONFIG_MACRO_DIR([m4])