From a3aee1f01e33891437d2f96e607f2358f9843e4c Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 27 Apr 2012 01:22:15 +0000 Subject: Misc (re #1417): fixed error in the configure script when displaying failure message git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/1.x@4107 74dad513-b988-da41-8d7b-12977e46ad98 --- aconfigure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aconfigure.ac') diff --git a/aconfigure.ac b/aconfigure.ac index 7deb043a..2d521f8b 100644 --- a/aconfigure.ac +++ b/aconfigure.ac @@ -878,7 +878,7 @@ if test "x$enable_ipp" != "xno"; then ]], [ippStaticInit();])], [AC_MSG_RESULT(ok)], - [AC_MSG_FAILURE(Error: unable to recognize your IPP installation. Make sure the paths and ARCH suffix are set correctly, run with --help for more info)]) + [AC_MSG_FAILURE([Error: unable to recognize your IPP installation. Make sure the paths and ARCH suffix are set correctly, run with --help for more info])]) CFLAGS="$SAVED_CFLAGS" LDFLAGS="$SAVED_LDFLAGS" -- cgit v1.2.3