mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
fix quoting
svn path=/trunk/kdebase/konqueror/; revision=296198
This commit is contained in:
parent
68adf2e1eb
commit
8477373f91
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue