Changeset 679 for trunk/configure.ac
- Timestamp:
- Aug 2, 2008, 9:20:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r675 r679 107 107 APR_FIND_APR(,,1,[1 0]) 108 108 if test "$apr_found" = "yes" ; then 109 SD_LIBS="`$apr_config --libs` $SD_LIBS" 109 110 SD_LDFLAGS="`$apr_config --link-ld` $SD_LDFLAGS" 110 111 SD_CPPFLAGS="`$apr_config --includes --cppflags` $SD_CPPFLAGS"
Note: See TracChangeset
for help on using the changeset viewer.