Changeset 641 for trunk/configure.ac


Ignore:
Timestamp:
May 31, 2008, 6:23:10 AM (15 years ago)
Author:
Peter Johansson
Message:

fixes #319

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r640 r641  
    128128if test "$apr_found" = "yes" ; then
    129129    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"
    131131fi
    132132
Note: See TracChangeset for help on using the changeset viewer.