summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 0a3090782..29521f916 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl# -*- sh -*-
dnl# the "configure" script is made from this by running GNU "autoconf"
dnl#
-dnl# "$Id: configure.in,v 1.28 1999/03/09 17:18:05 mike Exp $"
+dnl# "$Id: configure.in,v 1.29 1999/03/09 17:48:18 mike Exp $"
dnl#
dnl# Configuration script for the Fast Light Tool Kit (FLTK).
dnl#
@@ -62,7 +62,7 @@ if eval "test x$enable_shared = xyes"; then
case $uname in
SunOS* | UNIX_S*)
LIBNAME="libfltk.so.1"
- LIBCOMMAND="ld -h $(LIBNAME) $(LDLIBS) -G $DEBUGFLAG -o"
+ LIBCOMMAND="$(CXX) -Wl,\"-h $(LIBNAME)\" $(LDLIBS) -G $DEBUGFLAG -o"
ln -s libfltk.so.1 lib/libfltk.so
;;
HP-UX*)
@@ -229,5 +229,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
AC_OUTPUT(makeinclude)
dnl#
-dnl# End of "$Id: configure.in,v 1.28 1999/03/09 17:18:05 mike Exp $".
+dnl# End of "$Id: configure.in,v 1.29 1999/03/09 17:48:18 mike Exp $".
dnl#