diff --git a/src/haproxy.c b/src/haproxy.c
index ac9fba1..0ee3508 100644
--- a/src/haproxy.c
+++ b/src/haproxy.c
@@ -294,8 +294,9 @@ void display_build_opts()
 #endif

 #ifdef USE_PCRE
-       printf("Built with PCRE version : %s", pcre_version());
-       printf("\nPCRE library supports JIT : ");
+       printf("Built with PCRE version : %i.%i\n", PCRE_MAJOR, PCRE_MINOR);
+       printf("Running on PCRE version : %s\n", pcre_version());
+       printf("PCRE library supports JIT : ");
 #ifdef USE_PCRE_JIT
        {
                int r;
