1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Quote our macro name in AC_DEFUN() to avoid a warning in automake 1.8. Patch from Alexander

Winston.

svn path=/trunk/m4/; revision=5784
This commit is contained in:
giles 2004-01-26 07:48:39 +00:00
parent 610a2c022a
commit 48abfaa93e

View File

@ -6,7 +6,7 @@
dnl XIPH_PATH_OGG([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for libogg, and define OGG_CFLAGS OGG_LDFLAGS and OGG_LIBS
dnl
AC_DEFUN(XIPH_PATH_OGG,
AC_DEFUN([XIPH_PATH_OGG],
[dnl
AC_ARG_VAR([OGG_PREFIX],[path to ogg installation])
AC_ARG_WITH(ogg,