Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 147 | Rev 184 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
128 magnus 1
--- a/aclocal.m4
2
+++ b/aclocal.m4
3
@@ -36,7 +36,7 @@ AC_CACHE_VAL(lsh_cv_sys_ccpic,[
4
        solaris*)       CCPIC="-fPIC" ;;
5
        cygwin*)        CCPIC="" ;;
6
        mingw32*)       CCPIC="" ;;
7
-       *)              CCPIC="-fpic" ;;
8
+       *)              CCPIC="-fPIC" ;;
9
       esac
10
     else
11
       case "$host_os" in
12
--- a/configure
13
+++ b/configure
177 magnus 14
@@ -6724,7 +6724,7 @@ else
128 magnus 15
        solaris*)       CCPIC="-fPIC" ;;
16
        cygwin*)        CCPIC="" ;;
17
        mingw32*)       CCPIC="" ;;
18
-       *)              CCPIC="-fpic" ;;
19
+       *)              CCPIC="-fPIC" ;;
20
       esac
21
     else
22
       case "$host_os" in