Skip to content
Snippets Groups Projects
Commit 34e29116 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

using -fPIC instead of -fpic by default, hope that works everywhere [bug 3]

Rev: src/configure.in:1.413
parent 3ffd26b4
Branches
Tags
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.412 2000/08/29 13:40:13 mirar Exp $") AC_REVISION("$Id: configure.in,v 1.413 2000/08/29 18:05:00 hubbe Exp $")
AC_INIT(interpret.c) AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -3737,7 +3737,7 @@ AC_CACHE_VAL(pike_cv_sys_ccshared,[ ...@@ -3737,7 +3737,7 @@ AC_CACHE_VAL(pike_cv_sys_ccshared,[
CCSHARED="-fPIC" CCSHARED="-fPIC"
;; ;;
*) *)
CCSHARED="-fpic" CCSHARED="-fPIC"
;; ;;
esac esac
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment