From 1c6d6b02b03cc9af9bbc068afca40825b233cf19 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 25 Jun 2007 09:27:44 +0000 Subject: [PATCH] Porting to Qt 4 --- adm_local/unix/config_files/check_sip.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm_local/unix/config_files/check_sip.m4 b/adm_local/unix/config_files/check_sip.m4 index 7d209267c..3d68d8b0a 100644 --- a/adm_local/unix/config_files/check_sip.m4 +++ b/adm_local/unix/config_files/check_sip.m4 @@ -10,7 +10,7 @@ sip_ok=yes AC_ARG_WITH(sip, [ --with-sip=EXEC sip executable ], [SIP="$withval" - AC_MSG_RESULT(Try $withval as sip executable) + AC_MSG_RESULT([Try $withval as sip executable]) ], [ AC_PATH_PROG(SIP, sip) ]) -- 2.39.2