diff options
| author | Bart Schaefer <barts@users.sourceforge.net> | 2000-08-14 04:46:28 +0000 |
|---|---|---|
| committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-08-14 04:46:28 +0000 |
| commit | f9cda7964fcdb3e86381df36c1cbfea62de749ab (patch) | |
| tree | 9867c98be175dd1e11d930860df9467b27f1818b /configure.in | |
| parent | 12598: configure takes --enable-cflags=... etc. arguments (diff) | |
| download | zsh-f9cda7964fcdb3e86381df36c1cbfea62de749ab.tar zsh-f9cda7964fcdb3e86381df36c1cbfea62de749ab.tar.gz zsh-f9cda7964fcdb3e86381df36c1cbfea62de749ab.tar.bz2 zsh-f9cda7964fcdb3e86381df36c1cbfea62de749ab.tar.lz zsh-f9cda7964fcdb3e86381df36c1cbfea62de749ab.tar.xz zsh-f9cda7964fcdb3e86381df36c1cbfea62de749ab.tar.zst zsh-f9cda7964fcdb3e86381df36c1cbfea62de749ab.zip | |
12601: Tweak --enable-cflags et al.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f76aff044..51a40ed10 100644 --- a/configure.in +++ b/configure.in @@ -49,7 +49,7 @@ dnl Handle --program-prefix, --program-suffix, etc. zsh_ARG_PROGRAM dnl Handle setting of compile flags (CPPFLAGS, CFLAGS, LDFLAGS, LIBS). -zsh_COMPILE_FLAGS +zsh_COMPILE_FLAGS($CPPFLAGS, $CFLAGS, $LDFLAGS, $LIBS) dnl Do you want to debug zsh? undefine([zsh-debug])dnl |
