libsndfile/libsndfile-configure-fix.diff

14 lines
510 B
Diff

--- configure.ac-dist 2006-07-04 16:32:13.000000000 +0200
+++ configure.ac 2006-07-04 16:32:47.000000000 +0200
@@ -48,8 +48,8 @@
AC_HEADER_SYS_WAIT
AC_CHECK_DECLS(S_IRGRP)
-AC_DEFINE_UNQUOTED([HAVE_DECL_S_IRGRP],${HAVE_DECL_S_IRGRP},
- [Set to 1 if S_IRGRP is defined.])
+# AC_DEFINE_UNQUOTED([HAVE_DECL_S_IRGRP],${HAVE_DECL_S_IRGRP},
+# [Set to 1 if S_IRGRP is defined.])
#====================================================================================
# Check for support of the struct hack.