Changeset 641 for trunk/configure.ac
- Timestamp:
- May 31, 2008, 6:23:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r640 r641 128 128 if test "$apr_found" = "yes" ; then 129 129 SD_LDFLAGS="`$apr_config --link-ld` $SD_LDFLAGS" 130 SD_CPPFLAGS="`$apr_config --includes ` $SD_CPPFLAGS"130 SD_CPPFLAGS="`$apr_config --includes --cppflags` $SD_CPPFLAGS" 131 131 fi 132 132
Note: See TracChangeset
for help on using the changeset viewer.