Changeset 2007

Show
Ignore:
Timestamp:
10/27/2007 02:58:10 PM (9 months ago)
Author:
jan
Message:

enforce check for pcre-config if --with-pcre is specified

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure.in

    r2002 r2007  
    318318    ]) 
    319319    LIBS="$OLDLIBS" 
     320  else 
     321    AC_MSG_ERROR([pcre-config wasn't found. Either install pcre and its headers or re-run with --without-pcre]) 
    320322  fi 
    321323fi