From b4f29dc2de0bf587fe99e4925a699bcb3ea0f970 Mon Sep 17 00:00:00 2001 From: Carsten Larsen Date: Sun, 16 Jul 2017 22:49:27 +0200 Subject: [PATCH] Stress with explicit in clang option --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 02ecb0b6..bb07452a 100755 --- a/configure +++ b/configure @@ -202,8 +202,8 @@ for arg in "$@"; do echo ' --disable-debug: do not include debug symbols' echo ' --enable-test: build code with regression tests' echo ' --disable-test: do not include regression test' - echo ' --enable-clang: build with clang compiler' - echo ' --disable-clang: do not build with clang compiler' + echo ' --enable-clang: build explicit with clang compiler' + echo ' --disable-clang: do not explicit build with clang compiler' echo ' --enable-ldconfig: use ldconfig to registre libraries' echo ' --disable-ldconfig: do not use ldconfig to registre libraries' echo ' --enable-pic: build with Position Independent Code (-fPIC)'