[xiph-commits] r12982 - trunk/ao
ben at svn.xiph.org
ben at svn.xiph.org
Thu May 24 03:20:18 PDT 2007
Author: ben
Date: 2007-05-24 03:20:18 -0700 (Thu, 24 May 2007)
New Revision: 12982
Modified:
trunk/ao/acinclude.m4
Log:
Fix aclocal underquoted definition warning.
Modified: trunk/ao/acinclude.m4
===================================================================
--- trunk/ao/acinclude.m4 2007-05-24 10:04:44 UTC (rev 12981)
+++ trunk/ao/acinclude.m4 2007-05-24 10:20:18 UTC (rev 12982)
@@ -7,7 +7,8 @@
dnl AM_PATH_ESD([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for ESD, and define ESD_CFLAGS and ESD_LIBS
dnl
-AC_DEFUN(AM_PATH_ESD,
+
+AC_DEFUN([AM_PATH_ESD],
[dnl
dnl Get the cflags and libraries from the esd-config script
dnl
More information about the commits
mailing list