diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-01-26 23:31:13 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-01-26 23:31:13 +0000 |
commit | 29a4f937b0177135cf24496034756457b1be5113 (patch) | |
tree | 5799d8a433bb4c97c4501d44ea60ce7ee9192f3a /configure.ac | |
parent | c261558eafea79fd2e7727c2bcd7c80b02a04ff0 (diff) | |
download | xine-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.ac | 4 |
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 --------------------------------------------- |