Changeset 162 for trunk/configure.ac
- Timestamp:
- Aug 20, 2006, 1:01:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r161 r162 56 56 fi 57 57 58 # Apache Portable Runtime (APR) checks 58 59 AC_ARG_WITH(apr, 59 60 [ --with-apr=DIR prefix for installed APR or path to APR build … … 62 63 [ APR_PATH=$prefix ]) 63 64 AC_SUBST(APR_PATH) 65 # Include macros distributed within the APR project 66 sinclude(./build_support/find_apr.m4) 67 APR_FIND_APR(,,1) 64 68 65 69 AC_ARG_WITH(svn, … … 92 96 at http://www.gnuplot.info).]) 93 97 98 if test $apr_found = "no"; then 99 AC_MSG_WARN([APR not found. The Apache Portable Runtime (APR) 100 library cannot be found. Please supply the appropriate --with-apr 101 option to 'configure'.]) 102 fi 103 94 104 echo "" 95 echo " Nowtype 'make ; make check'."105 echo "If no warnings appear above it is safe to type 'make ; make check'." 96 106 echo ""
Note: See TracChangeset
for help on using the changeset viewer.