We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f8bb5 commit 703ad70Copy full SHA for 703ad70
2 files changed
configure
@@ -1,6 +1,6 @@
1
#! /bin/sh
2
3
-# From configure.in Revision: 1.249
+# From configure.in Revision: 1.250
4
5
# Guess values for system-dependent variables and create Makefiles.
6
# Generated automatically using autoconf version 2.13
@@ -3087,7 +3087,7 @@ then
3087
then CCSHARED="-fPIC";
3088
fi;;
3089
hp*|HP*) if test "$GCC" = yes;
3090
- then CCSHARED="-fpic";
+ then CCSHARED="-fPIC";
3091
else CCSHARED="+z";
3092
3093
Linux*) CCSHARED="-fPIC";;
configure.in
@@ -711,7 +711,7 @@ then
711
712
713
714
715
716
717
0 commit comments