diff options
author | althekiller <althekiller@svn> | 2010-05-02 22:12:55 +0000 |
---|---|---|
committer | althekiller <althekiller@svn> | 2010-05-02 22:12:55 +0000 |
commit | 96f034ff7bb7a122f6a685c86c4aca085de442f2 (patch) | |
tree | b59dc9f37cb64c75a2fb4e41dfb0fa57e709e4fc /configure.in | |
parent | fd0db9dff5aaa93db848bb3a552425536fcb0fb1 (diff) |
removed: debug code. whoops
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29735 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 7f0ff94e8b..9ea08c3423 100644 --- a/configure.in +++ b/configure.in @@ -1209,7 +1209,6 @@ AC_SUBST(LIBVORBIS_BASENAME) # running the script, anything else if not. AC_DEFUN([XB_CONFIG_MODULE],[ AC_CONFIG_COMMANDS_POST([ -if false; then if [[ $3 != "1" ]]; then if [[ -d $1 ]]; then pushd $1 @@ -1226,9 +1225,6 @@ if [[ $3 != "1" ]]; then else AC_MSG_NOTICE([[Skipping configuration of submodule $1.]]) fi -else - true -fi ]) ]) |