diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-08-11 18:27:04 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-08-11 18:27:04 +0000 |
commit | 7102a4696c91cc10e48cb21854435183d72b3e84 (patch) | |
tree | 4fb9510e4d19008b13f1f66c1dd6fe33ed69e326 /configure.in | |
parent | 78526bb0c73e4052d89ef46a16264a391563b661 (diff) | |
download | zsh-7102a4696c91cc10e48cb21854435183d72b3e84.tar.gz zsh-7102a4696c91cc10e48cb21854435183d72b3e84.tar.xz zsh-7102a4696c91cc10e48cb21854435183d72b3e84.zip |
12598: configure takes --enable-cflags=... etc. arguments
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index dfe37e6e0..f76aff044 100644 --- a/configure.in +++ b/configure.in @@ -48,6 +48,9 @@ dnl ----------------------------- dnl Handle --program-prefix, --program-suffix, etc. zsh_ARG_PROGRAM +dnl Handle setting of compile flags (CPPFLAGS, CFLAGS, LDFLAGS, LIBS). +zsh_COMPILE_FLAGS + dnl Do you want to debug zsh? undefine([zsh-debug])dnl AC_ARG_ENABLE(zsh-debug, |