From 5089075a298a8c53dc11c2942978c0dd74f70829 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sun, 17 Jun 2001 16:16:23 +0000 Subject: Per NetBSD, use "gcc -fPIC" rather than -fpic. --- zshconfig.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zshconfig.ac') 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}" ;; -- cgit 1.4.1