pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-18
2000-08-18 16:37:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e71885c96a0d1359827f6e1b0eb1ebb937431c13 (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Apparently the Windows 2000/IA64 libraries are named *32...
Rev: src/configure.in:1.396
1:
-
AC_REVISION("$Id: configure.in,v 1.
395
2000/08/
17
20
:
17
:
07
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
396
2000/08/
18
16
:
37
:
18
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1404:
]) if test "x$pike_cv_sys_win64" = "xyes"; then AC_MSG_RESULT(yes)
-
LIBS="-lkernel64 -lws2_64 -ladvapi64 $LIBS"
+
# Apparently the libraries are stilled named *32...
+
#
LIBS="-lkernel64 -lws2_64 -ladvapi64 $LIBS"
+
LIBS="-lkernel32 -lws2_32 -ladvapi32 $LIBS"
else AC_MSG_RESULT(no) LIBS="-lkernel32 -lws2_32 -ladvapi32 $LIBS"