diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-01-22 15:25:07 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-01-22 15:25:07 -0800 |
commit | fb92c5943d19bc7cf555ebceb41c5dcdbe812265 (patch) | |
tree | 7b3af9892ec01da28d7472bce0ad9bacc56bbe38 /configure.ac | |
parent | 94aa75677d20b62363e8aa00c7a2f04e6a83d24c (diff) |
Bug 14190: Remove extra debugging echo from configure.ac
<http://bugs.freedesktop.org/show_bug.cgi?id=14190>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 97db11f..22336d2 100644 --- a/configure.ac +++ b/configure.ac @@ -43,8 +43,6 @@ PKG_CHECK_MODULES(XVIDTUNE, xxf86vm) XVIDTUNE_CFLAGS="$XVIDTUNE_CFLAGS $XAW_CFLAGS" XVIDTUNE_LIBS="$XVIDTUNE_LIBS $XAW_LIBS" -echo $XVIDTUNE_LIBS - AC_SUBST(XVIDTUNE_CFLAGS) AC_SUBST(XVIDTUNE_LIBS) |