summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-01-26 23:31:13 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-01-26 23:31:13 +0000
commit29a4f937b0177135cf24496034756457b1be5113 (patch)
tree5799d8a433bb4c97c4501d44ea60ce7ee9192f3a /configure.ac
parentc261558eafea79fd2e7727c2bcd7c80b02a04ff0 (diff)
downloadxine-lib-29a4f937b0177135cf24496034756457b1be5113.tar.gz
xine-lib-29a4f937b0177135cf24496034756457b1be5113.tar.bz2
fix automake warning. NOTE: nvtv user, can you check if i didn't break compilation of this stuff??
CVS patchset: 4016 CVS date: 2003/01/26 23:31:13
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cbe24ce39..958143262 100644
--- a/configure.ac
+++ b/configure.ac
@@ -163,6 +163,10 @@ dnl ---------------------------------------------
AC_SUBST(DEBUG_CFLAGS)
DEBUG_CFLAGS="$CFLAGS -g -DDEBUG"
+dnl dummy
+ASFLAGS="$ASFLAGS"
+AC_SUBST(ASFLAGS)
+
dnl ---------------------------------------------
dnl threads
dnl ---------------------------------------------