diff options
| author | Bart Schaefer <barts@users.sourceforge.net> | 2001-06-17 16:16:23 +0000 |
|---|---|---|
| committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-06-17 16:16:23 +0000 |
| commit | 5089075a298a8c53dc11c2942978c0dd74f70829 (patch) | |
| tree | 6f6d6657c987ba6c02cd7f00bd468a398d4593fd /zshconfig.ac | |
| parent | Fix a couple of typos; reorder a couple of entries to match the 4.0.x branch (diff) | |
| download | zsh-5089075a298a8c53dc11c2942978c0dd74f70829.tar zsh-5089075a298a8c53dc11c2942978c0dd74f70829.tar.gz zsh-5089075a298a8c53dc11c2942978c0dd74f70829.tar.bz2 zsh-5089075a298a8c53dc11c2942978c0dd74f70829.tar.lz zsh-5089075a298a8c53dc11c2942978c0dd74f70829.tar.xz zsh-5089075a298a8c53dc11c2942978c0dd74f70829.tar.zst zsh-5089075a298a8c53dc11c2942978c0dd74f70829.zip | |
Per NetBSD, use "gcc -fPIC" rather than -fpic.
Diffstat (limited to 'zshconfig.ac')
| -rw-r--r-- | zshconfig.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zshconfig.ac b/zshconfig.ac index 78cc59def..549aac81e 100644 --- a/zshconfig.ac +++ b/zshconfig.ac @@ -1608,7 +1608,7 @@ char *argv[]; DLLDARG="" fi if test -n "$GCC"; then - DLCFLAGS="${DLCFLAGS=-fpic}" + DLCFLAGS="${DLCFLAGS=-fPIC}" else case "$host_os" in hpux*) DLCFLAGS="${DLCFLAGS=+z}" ;; |
