diff options
author | Ted Gould <ted@canonical.com> | 2009-11-05 21:32:14 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-05 21:32:14 -0600 |
commit | a23bd9f0c82756b6a9c92c94110e2c208d047582 (patch) | |
tree | 8abfe11adfddef315b75860762868482359ab20c | |
parent | a083730be2f9e30fbf3878b8d3c6f40b694758b3 (diff) | |
download | ayatana-indicator-messages-a23bd9f0c82756b6a9c92c94110e2c208d047582.tar.gz ayatana-indicator-messages-a23bd9f0c82756b6a9c92c94110e2c208d047582.tar.bz2 ayatana-indicator-messages-a23bd9f0c82756b6a9c92c94110e2c208d047582.zip |
Disabling static builds because we don't need them, and they seem to cause errors on amd64.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3edcc3c..729cebe 100644 --- a/configure.ac +++ b/configure.ac @@ -15,6 +15,7 @@ AC_PROG_CC AM_PROG_CC_C_O AC_STDC_HEADERS AC_PROG_LIBTOOL +AC_DISABLE_STATIC AC_SUBST(VERSION) AC_CONFIG_MACRO_DIR([m4]) |