summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2010-01-15 22:44:04 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2010-01-15 22:44:04 -0800
commit4b073704dd69e47f68f61dba1b389f29379709f6 (patch)
treefe58b22ed1aee537c9f79bac15deda0134fd189f /configure.ac
parentcb9c3a5ddad517f9386b195b7d710e6207618aeb (diff)
Move CWARNFLAGS addition from configure.ac to Makefile.am
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index cf3b9a3..65a0115 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,8 +43,6 @@ AC_ARG_WITH(appdefaultdir,
AC_HELP_STRING([--with-appdefaultdir=<pathname>],
[specify directory for app-defaults files (default is autodetected)]),
[appdefaultdir="$withval"], [appdefaultdir="${xt_appdefaultdir}"])
-XVIDTUNE_CFLAGS="$CWARNFLAGS $XVIDTUNE_CFLAGS"
-XVIDTUNE_LIBS="$XVIDTUNE_LIBS"
AC_SUBST(XVIDTUNE_CFLAGS)
AC_SUBST(XVIDTUNE_LIBS)
AC_SUBST(appdefaultdir)