fix memleak reported by Martin Kluge (see: "[ 599677 ] Very small memory leak in...
[claws.git] / configure.in
index 34eddf2520bf4a3272fb905ad8797e485df2d7bb..a622f923e51eeb2a956e389ed41147331ef2b8f8 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=8
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws75
+EXTRA_VERSION=claws116
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
@@ -69,11 +69,6 @@ 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 sr sv"
 AM_GNU_GETTEXT