From 4b2003e24a30218f9621136d4947135ceb9d0db4 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 20 Nov 2000 15:12:39 +0000 Subject: Configure script changes... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1334 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 4 ++-- configure.in | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 7c433d5d0..b322f3e17 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ CHANGES SINCE FLTK 1.0.9 - - Updated the makeinclude.in file to work with the Sun - PRO compilers. + - Updated the configure script and makeinclude.in file + to work with the Sun PRO compilers. - Disabled the WIN32 async socket select code by default: it doesn't seem to work anymore... diff --git a/configure.in b/configure.in index 526023701..d7a25a8e0 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.33.2.17 2000/11/09 21:53:00 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.18 2000/11/20 15:12:39 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -63,7 +63,7 @@ if eval "test x$enable_shared = xyes"; then case $uname in SunOS* | UNIX_S*) DSONAME="libfltk.so.1" - DSOCOMMAND="\$(CXX) -Wl,-h,libfltk.so.1 \$(LDLIBS) -G $DEBUGFLAG -o" + DSOCOMMAND="\$(CXX) -h libfltk.so.1 \$(LDLIBS) -G $DEBUGFLAG -o" ;; HP-UX*) DSONAME="libfltk.sl.1" @@ -278,5 +278,5 @@ AC_CONFIG_HEADER(config.h:configh.in) AC_OUTPUT(makeinclude) dnl -dnl End of "$Id: configure.in,v 1.33.2.17 2000/11/09 21:53:00 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.18 2000/11/20 15:12:39 easysw Exp $". dnl -- cgit v1.2.3