mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05: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:
parent
610a2c022a
commit
48abfaa93e
@ -6,7 +6,7 @@
|
|||||||
dnl XIPH_PATH_OGG([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
|
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 Test for libogg, and define OGG_CFLAGS OGG_LDFLAGS and OGG_LIBS
|
||||||
dnl
|
dnl
|
||||||
AC_DEFUN(XIPH_PATH_OGG,
|
AC_DEFUN([XIPH_PATH_OGG],
|
||||||
[dnl
|
[dnl
|
||||||
AC_ARG_VAR([OGG_PREFIX],[path to ogg installation])
|
AC_ARG_VAR([OGG_PREFIX],[path to ogg installation])
|
||||||
AC_ARG_WITH(ogg,
|
AC_ARG_WITH(ogg,
|
||||||
|
Loading…
Reference in New Issue
Block a user