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