---
configure.ac | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 872abce..80b1567 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,6 +126,9 @@ case "${host_os}" in
CPPFLAGS="${CPPFLAGS} -I/usr/local/include"
LDFLAGS="${LDFLAGS} -L/usr/local/lib"
;;
+ gnu*)
+ SYS=hurd
+ ;;
openbsd*)
SYS=openbsd
CPPFLAGS="${CPPFLAGS} -I/usr/local/include -I/usr/X11R6/include"
@@ -1808,7 +1811,8 @@ then
AC_MSG_RESULT(no)
])
- if test "${SYS}" = "bsdi" -o "${SYS}" = "mingw32" -o "${SYS}" = "os2" -o
"${SYS}" = "darwin"
+ if test "${SYS}" = "bsdi" -o "${SYS}" = "mingw32" -o "${SYS}" = "os2" -o
"${SYS}" = "darwin" -o \
+ "${SYS}" = "hurd"
then
VLC_ADD_PLUGIN([vcd cdda])
fi
--
1.9.0.rc3
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive:
http://lists.debian.org/43b64cfdfa0461c2a231a1ac7519f848aa53da98.1392651739.git.1o5g4...@gmail.com