[PATCH] Fix --disable-runpath configure option
Petter Reinholdtsen
pere at HUNGRY.COM
Sat Feb 5 16:25:12 EST 2005
While reading through configure.in in CVS, I came across what what
seem to me like a cut-n-paste typo. The --disable-runpath configure
option do not work, and --enable-debug is implemented twice. I
believe this patch implement the intended behaviour. Anyone know if
this the correct fix or not?
Index: configure.in
===================================================================
RCS file: /data2/cvsroot/mapserver/configure.in,v
retrieving revision 1.117
diff -u -3 -p -u -r1.117 configure.in
--- configure.in 28 Jan 2005 07:13:24 -0000 1.117
+++ configure.in 5 Feb 2005 21:17:04 -0000
@@ -2043,7 +2047,7 @@ dnl Check --enable-runpath to request in
dnl lib path in link command (disabled by default)
dnl ---------------------------------------------------------------------
-AC_ARG_ENABLE(debug,
+AC_ARG_ENABLE(runpath,
[ --enable-runpath Include runtime library path flags (-Wl,-R) in link.
Required on *BSD systems.
--disable-runpath Do not link with runtime lib path (the default).],,)
More information about the mapserver-dev
mailing list