mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 08:06:35 +08:00
Typo fix...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1557 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+3
-2
@@ -1,7 +1,7 @@
|
|||||||
dnl -*- sh -*-
|
dnl -*- sh -*-
|
||||||
dnl the "configure" script is made from this by running GNU "autoconf"
|
dnl the "configure" script is made from this by running GNU "autoconf"
|
||||||
dnl
|
dnl
|
||||||
dnl "$Id: configure.in,v 1.33.2.31.2.4 2001/08/05 15:34:28 easysw Exp $"
|
dnl "$Id: configure.in,v 1.33.2.31.2.5 2001/08/05 16:10:09 easysw Exp $"
|
||||||
dnl
|
dnl
|
||||||
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
||||||
dnl
|
dnl
|
||||||
@@ -81,6 +81,7 @@ if eval "test x$enable_shared = xyes"; then
|
|||||||
DSONAME="libfltk.so.1.1"
|
DSONAME="libfltk.so.1.1"
|
||||||
GLDSONAME="libfltkgl.so.1.1"
|
GLDSONAME="libfltkgl.so.1.1"
|
||||||
DSOCOMMAND="\$(CXX) -Wl,-soname,\$@ \$(LDLIBS) -shared $DEBUGFLAG -o"
|
DSOCOMMAND="\$(CXX) -Wl,-soname,\$@ \$(LDLIBS) -shared $DEBUGFLAG -o"
|
||||||
|
;;
|
||||||
FreeBSD* | NetBSD* | OpenBSD*)
|
FreeBSD* | NetBSD* | OpenBSD*)
|
||||||
DSONAME="libfltk.so.1.1"
|
DSONAME="libfltk.so.1.1"
|
||||||
GLDSONAME="libfltkgl.so.1.1"
|
GLDSONAME="libfltkgl.so.1.1"
|
||||||
@@ -438,5 +439,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
|
|||||||
AC_OUTPUT(makeinclude)
|
AC_OUTPUT(makeinclude)
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl End of "$Id: configure.in,v 1.33.2.31.2.4 2001/08/05 15:34:28 easysw Exp $".
|
dnl End of "$Id: configure.in,v 1.33.2.31.2.5 2001/08/05 16:10:09 easysw Exp $".
|
||||||
dnl
|
dnl
|
||||||
|
|||||||
Reference in New Issue
Block a user