fix quoting

svn path=/trunk/kdebase/konqueror/; revision=296198
This commit is contained in:
Dirk Mueller 2004-03-15 21:47:05 +00:00
parent 68adf2e1eb
commit 8477373f91
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ dnl fields showing memory usage should be hblkhd, uordblks and usmblks,
dnl different implementations use different combinations of these (which is ok),
dnl but some of them "reuse" fields they don't use for other purposes
AC_DEFUN(KDE_MALLINFO_CHECK,
AC_DEFUN([KDE_MALLINFO_CHECK],
[
AC_MSG_CHECKING([for mallinfo() in $1])
AC_CACHE_VAL(kde_cv_func_mallinfo_$2,
@ -34,7 +34,7 @@ AC_MSG_RESULT($kde_cv_func_mallinfo_$2)
])
AC_DEFUN(KDE_MALLINFO_CHECK_FIELD,
AC_DEFUN([KDE_MALLINFO_CHECK_FIELD],
[
AC_MSG_CHECKING([whether to use mallinfo field $1])
AC_CACHE_VAL(kde_cv_func_mallinfo_field_$1,

View file

@ -16,7 +16,7 @@ dnl your application's link line in your Makefile.
dnl
dnl Oleo CVS Id: motif.m4,v 1.9 1999/04/09 11:46:49 danny
dnl
AC_DEFUN(KAC_FIND_MOTIF,
AC_DEFUN([KAC_FIND_MOTIF],
[
AC_REQUIRE([AC_PATH_XTRA])