summaryrefslogtreecommitdiffstats
path: root/zshconfig.ac
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-06-17 16:16:23 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-06-17 16:16:23 +0000
commit5089075a298a8c53dc11c2942978c0dd74f70829 (patch)
tree6f6d6657c987ba6c02cd7f00bd468a398d4593fd /zshconfig.ac
parentFix a couple of typos; reorder a couple of entries to match the 4.0.x branch (diff)
downloadzsh-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.ac2
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}" ;;