Bugzilla Bug 298457: fixed an underquoted m4 macro. The patch is

contributed by Patrick Welche <pw-fb@newn.cam.ac.uk>. r=cls


git-svn-id: svn://10.0.0.236/trunk@194167 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtchang%redhat.com
2006-04-11 20:16:17 +00:00
parent 7f75d6b98c
commit 1592f5489f

View File

@@ -5,7 +5,7 @@
dnl AM_PATH_NSPR([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for NSPR, and define NSPR_CFLAGS and NSPR_LIBS
AC_DEFUN(AM_PATH_NSPR,
AC_DEFUN([AM_PATH_NSPR],
[dnl
AC_ARG_WITH(nspr-prefix,