?revision_form?Rev ?revision_input??revision_submit??revision_endform?
Rev 184 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -36,7 +36,7 @@ AC_CACHE_VAL(lsh_cv_sys_ccpic,[
solaris*) CCPIC="-fPIC" ;;
cygwin*) CCPIC="" ;;
mingw32*) CCPIC="" ;;
- *) CCPIC="-fpic" ;;
+ *) CCPIC="-fPIC" ;;
esac
else
case "$host_os" in
--- a/configure
+++ b/configure
@@ -6724,7 +6724,7 @@ else
solaris*) CCPIC="-fPIC" ;;
cygwin*) CCPIC="" ;;
mingw32*) CCPIC="" ;;
- *) CCPIC="-fpic" ;;
+ *) CCPIC="-fPIC" ;;
esac
else
case "$host_os" in