about summary refs log tree commit diff
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
parent13c8e5b405411ff2368967ce8916b326c7931c5b (diff)
downloadzsh-5089075a298a8c53dc11c2942978c0dd74f70829.tar.gz
zsh-5089075a298a8c53dc11c2942978c0dd74f70829.tar.xz
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}" ;;