summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-11-20 15:12:39 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-11-20 15:12:39 +0000
commit4b2003e24a30218f9621136d4947135ceb9d0db4 (patch)
treea9d0711678df8904b7002ab8aa4e0c8dc11a19ad
parentd6353595a277f6bc01d83eeab96885bc405fe8c5 (diff)
Configure script changes...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1334 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--CHANGES4
-rw-r--r--configure.in6
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