Mercurial > hg > CbC > CbC_gcc
diff zlib/configure.ac @ 111:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 |
parents | 77e2b8dfacca |
children | 84e7813d76e9 |
line wrap: on
line diff
--- a/zlib/configure.ac Sun Aug 21 07:07:55 2011 +0900 +++ b/zlib/configure.ac Fri Oct 27 22:46:09 2017 +0900 @@ -119,5 +119,11 @@ multilib_arg= fi +AC_ARG_ENABLE(host-shared, +[AS_HELP_STRING([--enable-host-shared], + [build host code as shared libraries])], +[PICFLAG=-fPIC], [PICFLAG=]) +AC_SUBST(PICFLAG) + AC_CONFIG_FILES([Makefile]) AC_OUTPUT