Index: grep/src/search.c
diff -u grep/src/search.c:1.39 grep/src/search.c:1.40
--- grep/src/search.c:1.39      Fri Nov 11 10:21:25 2005
+++ grep/src/search.c   Wed Nov 16 21:26:44 2005
@@ -616,7 +616,7 @@
 COMPILE_FCT(Pcompile)
 {
 #if !HAVE_LIBPCRE
-  error (2, 0, _("The -P option is not supported"));
+  error (2, 0, "%s", _("Support for the -P option is not compiled into this 
--disable-perl-regexp binary"));
 #else
   int e;
   char const *ep;


Reply via email to