Advertisement
Guest User

Untitled

a guest
Aug 6th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.65 KB | None | 0 0
  1. diff -rup subversion-1.6.17/configure subversion-1.6.17.new/configure
  2. --- subversion-1.6.17/configure 2011-05-26 20:49:20.000000000 +0200
  3. +++ subversion-1.6.17.new/configure 2014-08-06 09:31:46.425826672 +0200
  4. @@ -6594,7 +6594,7 @@ $as_echo_n "checking whether Apache vers
  5.  apache_minor_version=AP_SERVER_MINORVERSION
  6.  _ACEOF
  7.  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  8. -  $EGREP "[apache_minor_version= *"$apache_minor_version_wanted_regex"]" >/dev/null 2>&1; then :
  9. +  $EGREP "apache_minor_version= *\"$apache_minor_version_wanted_regex\"" >/dev/null 2>&1; then :
  10.    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  11.  $as_echo "yes" >&6; }
  12.  else
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement