* configure.in
[claws.git] / configure.in
index 6a2f3741a9ebd62988589f853dda4a419a5f8ba9..8f310da9694afee26e4b23c97e0b49e1502585bd 100644 (file)
@@ -69,6 +69,11 @@ case "$target" in
        ;;
 esac
 
        ;;
 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 es fr hr it ja ko nl pl pt_BR ru sv"
 AM_GNU_GETTEXT
 dnl for gettext
 ALL_LINGUAS="cs de el es fr hr it ja ko nl pl pt_BR ru sv"
 AM_GNU_GETTEXT