diff --git a/grep.changes b/grep.changes index 847cf76..c1e6edd 100644 --- a/grep.changes +++ b/grep.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Sep 24 14:47:33 CEST 2010 - jsmeix@suse.de + +- Replaced configure typo '--without-included-rege' + in grep.spec (only in case of suse_version < 1120) + with '--without-included-regex' (which is the default + on systems with recent-enough version of the GNU C Library). + ------------------------------------------------------------------- Thu Sep 23 12:47:04 CEST 2010 - jsmeix@suse.de diff --git a/grep.spec b/grep.spec index 9e376be..c44eb82 100644 --- a/grep.spec +++ b/grep.spec @@ -47,7 +47,7 @@ echo "ac_cv_search_pcre_compile=\${ac_cv_search_pcre_compile=%{_libdir}/libpcre. %build %if 0%{?suse_version} < 1120 -%configure -C --bindir=/bin --without-included-rege +%configure -C --bindir=/bin --without-included-regex %else AUTOPOINT=true autoreconf --force --install %configure --bindir=/bin --without-included-regex