From 1b0bb854db44d6579d5bc742f45979af47414951 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 6 Mar 2011 17:00:33 +0100 Subject: [PATCH] config/options: fix comments Signed-off-by: Stephan Raue --- config/options | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/options b/config/options index 8be7749531..9797a93a60 100644 --- a/config/options +++ b/config/options @@ -6,7 +6,7 @@ else PROJECT="$PROJECT" fi -# determines TARGET_ARCH, if not forced by user (i386 / x86_64 / powerpc) +# determines TARGET_ARCH, if not forced by user (i386 / x86_64 / arm) # default is i386 if [ -z "$ARCH" ]; then TARGET_ARCH="i386" @@ -63,7 +63,6 @@ fi # set jpeg library depending on ARCH if [ "$TARGET_ARCH" = "i386" -o "$TARGET_ARCH" = "x86_64" ]; then LIBJPEG="libjpeg-turbo" -# LIBJPEG="jpeg" else LIBJPEG="jpeg" fi