pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-11-06
1998-11-06 11:12:07 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
9db92d9e72853739a3cccdf5a133c5b3742f4752 (
15
lines) (+
14
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
dynamic loading for FreeBSD-ELF should now work...
Rev: src/configure.in:1.249
1:
-
AC_REVISION("$Id: configure.in,v 1.
248
1998/
10
/
28
04
:12:
54
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
249
1998/
11
/
06
11
:12:
07
hubbe
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2607:
SCO_SV*) LINKFORSHARED="-fpic -Wl,-Bexport";; # What about UNIX_SV? UnixWare) LINKFORSHARED="-fpic -Wl,-Bexport";;
+
+
FreeBSD)
+
AC_TRY_RUN([int main(){exit(
+
#ifdef __ELF__
+
0
+
#else
+
1
+
#endif
+
);}
+
],LINKFORSHARED=-rdynamic)
+
;;
+
esac else case $pike_cv_sys_os in