Check-in Number:
|
3238 | |
Date: |
2003-Feb-12 17:13:27 (local)
2003-Feb-12 16:13:27 (UTC) |
User: | rse |
Branch: | |
Comment: |
move own libraries before system (and DMalloc) libraries |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/configure.ac 1.33 -> 1.34
--- configure.ac 2003/02/10 10:13:10 1.33
+++ configure.ac 2003/02/12 16:13:27 1.34
@@ -155,7 +155,7 @@
[AC_DEFINE(WITH_DMALLOC, 1, [Define to 1 if building with Dmalloc])])
dnl # post-processing for LIBS_EXTRA
-LIBS="$LIBS $LIBS_EXTRA"
+LIBS="$LIBS_EXTRA $LIBS"
enable_shared=no
export enable_shared
|
|