correct typo
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 16 Mar 2003 14:23:52 +0000 (14:23 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 16 Mar 2003 14:23:52 +0000 (14:23 +0000)
ChangeLog.claws
configure.ac

index a11f3567e85cb088dc5501a98e0298c17b12f46f..0d68ca6ee8f36621a430c360317abb15251695f0 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-16 [alfons]    0.8.11claws17
+
+       * configure.ac
+               correct typo
+
 2003-03-16 [melvin]    0.8.11claws16
 
        * src/plugins/dillo_viewer.c
index 1996f24d3903f96fad16676874ca303c045ebb9a..8bd7fa9d2a2eb5364957d670faab753ce3044983 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=11
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws16
+EXTRA_VERSION=claws17
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
@@ -397,7 +397,7 @@ fi
 
 AC_ARG_ENABLE(mathml-viewer-plugin,
        [  --enable-mathml-viewer-plugin    Build MarhML-Viewer plugin [default=no]],
-       [ac_cv_enable_mathml_viewer_plugin=$enableval], [ac_cv_enable_mathml-viewer_plugin=no])
+       [ac_cv_enable_mathml_viewer_plugin=$enableval], [ac_cv_enable_mathml_viewer_plugin=no])
 AM_CONDITIONAL(BUILD_MATHML_VIEWER_PLUGIN, test x"$ac_cv_enable_mathml_viewer_plugin" = xyes)
 if test x"$ac_cv_enable_mathml_viewer_plugin" = xyes; then
        GTK_MATH_VIEW_CFLAGS=$( gtkmathview-config --cflags )