summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2012-04-27 01:22:15 +0000
committerBenny Prijono <bennylp@teluu.com>2012-04-27 01:22:15 +0000
commita3aee1f01e33891437d2f96e607f2358f9843e4c (patch)
treea179c4ada58ea858e3252244573d5ca24c9bcc09 /aconfigure.ac
parentebd0da5b29aab392c344fca07764e3c4bb09242b (diff)
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
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac2
1 files changed, 1 insertions, 1 deletions
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"