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 3500 3501 3502 3503 3504 3505 | $as_echo "#define HAVE_LIBSTATGRAB_H 1" >>confdefs.h $as_echo "#define HAVE_LIBSTATGRAB 1" >>confdefs.h | | | 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 | $as_echo "#define HAVE_LIBSTATGRAB_H 1" >>confdefs.h $as_echo "#define HAVE_LIBSTATGRAB 1" >>confdefs.h LIBS="$LIBS $LIBSTATGRABFLAGS -lstatgrab" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statgrab_drop_privileges in -lstatgrab" >&5 $as_echo_n "checking for statgrab_drop_privileges in -lstatgrab... " >&6; } if ${ac_cv_lib_statgrab_statgrab_drop_privileges+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lstatgrab $LIBS" |
︙ | ︙ |