sorry changed alfons entry
[claws.git] / configure.in
index 6a3e2ee756c6ef076ce1cd9902ea2ca11ad2ef30..151b7a39b8de06d8aebec9b957de44294fbfd9c0 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=8
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws24
+EXTRA_VERSION=claws122
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
@@ -69,13 +69,8 @@ case "$target" in
        ;;
 esac
 
-dnl add additional parameters
-AC_ARG_WITH(compiler-flags,
-    [  --with-compiler-flags=FLAGS  add parameters to the compiler command],
-    CFLAGS="$CFLAGS $withval")
-
 dnl for gettext
-ALL_LINGUAS="cs de el en_GB es fr hr it ja ko nl pl pt_BR ru sv"
+ALL_LINGUAS="cs de el en_GB es fr hr it ja ko nl pl pt_BR ru sr sv"
 AM_GNU_GETTEXT
 dnl AC_CHECK_FUNC(gettext, AC_CHECK_LIB(intl, gettext))
 localedir='${prefix}/${DATADIRNAME}/locale'
@@ -323,6 +318,11 @@ fi
 CFLAGS="$CFLAGS_SAVE"
 LDFLAGS="$LDFLAGS_SAVE"
 
+dnl check if GDB is somewhere
+AC_CHECK_PROG(HAVE_GDB, gdb, yes, no)
+if test $HAVE_GDB = yes; then
+       AC_DEFINE(HAVE_GDB)
+fi
 
 dnl Checks for header files.
 AC_HEADER_DIRENT