Opened 19 years ago

Closed 19 years ago

#1233 closed defect (fixed)

[PATCH] configure --disable-runpath do not work

Reported by: pere@… Owned by: mapserverbugs
Priority: high Milestone:
Component: Build Problems Version: 4.4
Severity: normal Keywords:
Cc:

Description

The support for configure --disable-runpath seem to be broken, due to
a cut-n-paste error in the code.  This patch solve the problem, by
correcting 'debug' to 'runpath' in the macro argument.

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).],,)

Change History (3)

comment:1 by pere@…, 19 years ago

Summary: configure --disable-runpath do not work[PATCH] configure --disable-runpath do not work

comment:2 by dmorissette, 19 years ago

Status: newassigned
Looking into this now.

comment:3 by dmorissette, 19 years ago

Resolution: fixed
Status: assignedclosed
Fixed in CVS in both 4.5 and 4.4.x (will be in 4.4.2). I also added
AC_MSG_CHECKING/AC_MSG_RESULT messages for this configure option.
Note: See TracTickets for help on using tickets.