aboutsummaryrefslogtreecommitdiffstats
path: root/conf/m4/kde/KDE_CHECK_LIBDL.m4
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2004-10-04 15:44:03 +0000
committerReuben Thomas <rrt@sc3d.org>2004-10-04 15:44:03 +0000
commit98377a48695e735a56e6b4f4e4304777610a6c0b (patch)
treead82d7a68e208b7ce786dff48865644d5e838699 /conf/m4/kde/KDE_CHECK_LIBDL.m4
parentadce578906c327e38181d854bffbccb88ee04ff9 (diff)
downloadplptools-98377a48695e735a56e6b4f4e4304777610a6c0b.tar.gz
plptools-98377a48695e735a56e6b4f4e4304777610a6c0b.tar.bz2
plptools-98377a48695e735a56e6b4f4e4304777610a6c0b.zip
Quote DEFUN names to make recent autoconf happy.
Diffstat (limited to 'conf/m4/kde/KDE_CHECK_LIBDL.m4')
-rw-r--r--conf/m4/kde/KDE_CHECK_LIBDL.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/m4/kde/KDE_CHECK_LIBDL.m4 b/conf/m4/kde/KDE_CHECK_LIBDL.m4
index 8d230c5..8350752 100644
--- a/conf/m4/kde/KDE_CHECK_LIBDL.m4
+++ b/conf/m4/kde/KDE_CHECK_LIBDL.m4
@@ -1,4 +1,4 @@
-AC_DEFUN(KDE_CHECK_LIBDL,
+AC_DEFUN([KDE_CHECK_LIBDL],
[
AC_CHECK_LIB(dl, dlopen, [
LIBDL="-ldl"