* src/selective_download.c
[claws.git] / configure.in
index 46adafa511986e24ab33142a1071e2d1d37791f2..f7047756dbe1af4e7ae09c484ee864ebf1a04f0d 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=8
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws69
+EXTRA_VERSION=claws118
 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