diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-03-09 17:48:18 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-03-09 17:48:18 +0000 |
| commit | 2a10f22ed71237717314fc6da1456e10d8f54a90 (patch) | |
| tree | 3f3cf404ccd584034381e90731aaa7e0517f9185 | |
| parent | 000e30f72866945827d416c99703d851cdeba72e (diff) | |
Updated Solaris shared library command (again).
git-svn-id: file:///fltk/svn/fltk/trunk@384 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | configure.in | 6 |
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# |
