[1805] in Moira Commits
/svn/moira r3949 - trunk/moira
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Mon Jan 4 13:13:15 2010
Date: Mon, 4 Jan 2010 13:13:12 -0500
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201001041813.o04IDCXI024943@drugstore.mit.edu>
To: moira-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: zacheiss
Date: 2010-01-04 13:13:12 -0500 (Mon, 04 Jan 2010)
New Revision: 3949
Modified:
trunk/moira/configure
trunk/moira/configure.in
Log:
Don't include reference to BUILDTOP in LDFLAGS.
Modified: trunk/moira/configure
===================================================================
--- trunk/moira/configure 2010-01-04 17:57:37 UTC (rev 3948)
+++ trunk/moira/configure 2010-01-04 18:13:12 UTC (rev 3949)
@@ -21599,7 +21599,7 @@
esac
-LDFLAGS="$LDFLAGS -L\$(BUILDTOP)/lib $LIBPATH"
+LDFLAGS="$LDFLAGS $LIBPATH"
KLIBS="$KRB4_LIBS $KRB5_LIBS -lcom_err $LIBS"
KLIBS="$LIBS"
if test "$hesiod" != no; then
Modified: trunk/moira/configure.in
===================================================================
--- trunk/moira/configure.in 2010-01-04 17:57:37 UTC (rev 3948)
+++ trunk/moira/configure.in 2010-01-04 18:13:12 UTC (rev 3949)
@@ -473,7 +473,7 @@
MR_INCLUDE('$(BUILDTOP)/lib')
MR_INCLUDE('$(BUILDTOP)/db')
MR_INCLUDE('$(srcdir)')
-LDFLAGS="$LDFLAGS -L\$(BUILDTOP)/lib $LIBPATH"
+LDFLAGS="$LDFLAGS $LIBPATH"
KLIBS="$KRB4_LIBS $KRB5_LIBS -lcom_err $LIBS"
KLIBS="$LIBS"
if test "$hesiod" != no; then