From c88b1394528fd2292f43c523c91318eee7ef9862 Mon Sep 17 00:00:00 2001 From: Zdenek Styblik Date: Sat, 29 Sep 2012 08:33:45 +0000 Subject: [PATCH] configure.in - replace leading spaces with tab Commit replaces leading spaces with single tabulator in solaris section. Somebody probably mistaken tabs for the spaces. No functional change. --- ipmitool/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipmitool/configure.in b/ipmitool/configure.in index 07c2f93..e785823 100644 --- a/ipmitool/configure.in +++ b/ipmitool/configure.in @@ -61,7 +61,7 @@ solaris*) LD=gld AR=gar # openssl libs are in /usr/sfw/lib on solaris 10 - LIBS="$LIBS -R/usr/sfw/lib" + LIBS="$LIBS -R/usr/sfw/lib" # disable the linux-specific interfaces # and bmc on SPARC (there is no bmc driver for SPARC) if [[ `mach -p` = sparc ]]; then