2009-06-24 [paul] 3.7.1cvs78
[claws.git] / configure.ac
index cb5d7469801b98a6ba776023841d6adbaedb9ff1..ce96f7a97cb0f657de305f0c2d4fdc8364efaf7c 100644 (file)
@@ -12,7 +12,7 @@ MINOR_VERSION=7
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=46
+EXTRA_VERSION=78
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
@@ -91,6 +91,8 @@ LT_AC_PROG_RC
 AC_LIBTOOL_RC
 AC_PROG_LIBTOOL
 
+AC_SYS_LARGEFILE
+
 dnl ******************************
 dnl Checks for host
 dnl Not needed anymore because we 
@@ -484,6 +486,7 @@ if test $ac_cv_enable_enchant = yes; then
                AC_DEFINE(USE_ENCHANT, 1, enchant)
                echo "Building with enchant"
                ac_cv_enable_enchant=yes
+               CFLAGS="$CFLAGS `$PKG_CONFIG --cflags enchant`"
        ],
        [
                echo "Building without enchant-notification"