From ecbff2da37f13a3980a63cb4e54e85bbd6038573 Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Fri, 29 Jun 2001 15:25:29 +0000 Subject: 15181: use -KPIC instead of -Kpic --- zshconfig.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zshconfig.ac') diff --git a/zshconfig.ac b/zshconfig.ac index fae7f3982..f1e21aa87 100644 --- a/zshconfig.ac +++ b/zshconfig.ac @@ -1625,7 +1625,7 @@ char *argv[]; case "$host_os" in hpux*) DLCFLAGS="${DLCFLAGS=+z}" ;; sunos*) DLCFLAGS="${DLCFLAGS=-pic}" ;; - solaris*|sysv4*|esix*) DLCFLAGS="${DLCFLAGS=-Kpic}" ;; + solaris*|sysv4*|esix*) DLCFLAGS="${DLCFLAGS=-KPIC}" ;; esac fi case "$host_os" in -- cgit 1.4.1