* configure.ac:
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 16 Jan 2007 19:23:27 +0000 (19:23 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 16 Jan 2007 19:23:27 +0000 (19:23 +0000)
  - fix for my system, it does not know 'no-dist-gzip'

pmo-trunk-r647

configure.ac

index 8378939..c096317 100644 (file)
@@ -7,7 +7,7 @@ AC_INIT([modest],[0.0.1],[http://maemo.org])
 AC_CONFIG_HEADERS([config.h])
 
 AC_CONFIG_SRCDIR(src/modest-main.c)
-AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([dist-bzip2])
 
 # Check for gettext support
 GETTEXT_PACKAGE=modest