From e83a730d7fe9bf7524bc6625bc04c9bd0d2528ce Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Thu, 25 Oct 2001 11:31:12 +0000 Subject: [PATCH] De-tabisation git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3916 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- configure | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/configure b/configure index e01b3def0..e3d93a24e 100755 --- a/configure +++ b/configure @@ -391,14 +391,14 @@ if test $withsharedlibs = "yes"; then case "$bytecc" in gcc*) sharedcccompopts="-fPIC" - if sh ./solaris-ld; then - mksharedlib="$bytecc -shared -o" - byteccrpath="-Wl,-R" + if sh ./solaris-ld; then + mksharedlib="$bytecc -shared -o" + byteccrpath="-Wl,-R" else - mksharedlib="$bytecc -shared -o" - bytecclinkopts="$bytecclinkopts -Wl,-E" - byteccrpath="-Wl,-rpath," - fi + mksharedlib="$bytecc -shared -o" + bytecclinkopts="$bytecclinkopts -Wl,-E" + byteccrpath="-Wl,-rpath," + fi shared_libraries_supported=true;; *) sharedcccompopts="-KPIC"