Overview
Comment: | Rebuilt configure script |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
fc514afcf61806070820e9dd8a909445 |
User & Date: | rkeene on 2014-01-21 00:24:48 |
Other Links: | manifest | tags |
Context
2014-01-21
| ||
00:25 | Refactored code check-in: 99558b2093 user: rkeene tags: trunk | |
00:24 | Rebuilt configure script check-in: fc514afcf6 user: rkeene tags: trunk | |
00:24 | Updated to link to statgrab if we are using functions from it check-in: 866ccdd97b user: rkeene tags: trunk | |
Changes
Modified configure from [65ec8e3545] to [62674d3600].
3499 3499 3500 3500 3501 3501 $as_echo "#define HAVE_LIBSTATGRAB_H 1" >>confdefs.h 3502 3502 3503 3503 3504 3504 $as_echo "#define HAVE_LIBSTATGRAB 1" >>confdefs.h 3505 3505 3506 - LIBS="$LIBS $LIBSTATGRABFLAGS" 3506 + LIBS="$LIBS $LIBSTATGRABFLAGS -lstatgrab" 3507 3507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statgrab_drop_privileges in -lstatgrab" >&5 3508 3508 $as_echo_n "checking for statgrab_drop_privileges in -lstatgrab... " >&6; } 3509 3509 if ${ac_cv_lib_statgrab_statgrab_drop_privileges+:} false; then : 3510 3510 $as_echo_n "(cached) " >&6 3511 3511 else 3512 3512 ac_check_lib_save_LIBS=$LIBS 3513 3513 LIBS="-lstatgrab $LIBS"