aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@ba58616d-3abc-4c77-8745-3ba8ad4a582f>2013-04-22 14:52:46 +0000
committerknarf <knarf@ba58616d-3abc-4c77-8745-3ba8ad4a582f>2013-04-22 14:52:46 +0000
commit51a50cf5a8995a1b58f427d9fa871790dcd183b4 (patch)
tree44b1968e0a54d551ec7433baf2f074def9c93cd4
parentb8f18232a69eaa8ed0ce584e70ca27ded3861b8d (diff)
remove debug output
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/libjpeg/trunk@29 ba58616d-3abc-4c77-8745-3ba8ad4a582f
-rwxr-xr-xconfigure.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 072e0fd..5a463d0 100755
--- a/configure.sh
+++ b/configure.sh
@@ -34,7 +34,6 @@ then
for file in $FILES; do
# discard this directory if one file was not found
if [ ! -r "$dir/$file" ]; then
- echo "$dir/$file"
unset LIBJPEG_DIR
break
fi