From: Paul Mangan Date: Sun, 26 Apr 2009 10:31:28 +0000 (+0000) Subject: 2009-04-26 [paul] 3.7.1cvs48 X-Git-Tag: rel_3_7_2~39 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=857abfa7c035d930dfda746fdbb3e546e0eba202 2009-04-26 [paul] 3.7.1cvs48 * configure.ac * src/gtk/gtkaspell.h fix bug 1904, 'build mechanism looks for 'enchant.h' in a wrong place' --- diff --git a/ChangeLog b/ChangeLog index 6b29b4088..f00428014 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-04-26 [paul] 3.7.1cvs48 + + * configure.ac + * src/gtk/gtkaspell.h + fix bug 1904, 'build mechanism looks for + 'enchant.h' in a wrong place' + 2009-04-25 [paul] 3.7.1cvs47 * src/printing.c diff --git a/PATCHSETS b/PATCHSETS index 3635fe5ed..1173f095c 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3787,3 +3787,4 @@ ( cvs diff -u -r 1.382.2.506 -r 1.382.2.507 src/compose.c; ) > 3.7.1cvs45.patchset ( cvs diff -u -r 1.1.2.24 -r 1.1.2.25 src/printing.c; cvs diff -u -r 1.43.2.108 -r 1.43.2.109 src/toolbar.c; ) > 3.7.1cvs46.patchset ( cvs diff -u -r 1.1.2.25 -r 1.1.2.26 src/printing.c; ) > 3.7.1cvs47.patchset +( cvs diff -u -r 1.654.2.3855 -r 1.654.2.3856 configure.ac; cvs diff -u -r 1.5.2.17 -r 1.5.2.18 src/gtk/gtkaspell.h; ) > 3.7.1cvs48.patchset diff --git a/configure.ac b/configure.ac index 728ebcea9..0eb58261f 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=7 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=47 +EXTRA_VERSION=48 EXTRA_RELEASE= EXTRA_GTK2_VERSION= @@ -484,6 +484,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" diff --git a/src/gtk/gtkaspell.h b/src/gtk/gtkaspell.h index e4b5c87a0..397d62f3b 100644 --- a/src/gtk/gtkaspell.h +++ b/src/gtk/gtkaspell.h @@ -38,7 +38,7 @@ #ifdef USE_ENCHANT #include -#include +#include #define GTKASPELLWORDSIZE 1024