From ab2540c49cacd05c0c364a89e22072d45ae1cca7 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 3 Feb 2010 21:23:52 +0000 Subject: [PATCH] 80 columns limit. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35401 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 416fef9320..18fbcc477a 100755 --- a/configure +++ b/configure @@ -505,7 +505,8 @@ esac # Generate BuildConfig cat << EOF > "$buildConfigFile" # BuildConfig -# Note: This file has been automatically generated by configure with the following arguments: +# Note: This file has been automatically generated by configure with the +# following arguments: # ${configureArgs} TARGET_PLATFORM ?= "${TARGET_PLATFORM}" ;