mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
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.
This commit is contained in:
parent
6011359cb3
commit
c88b139452
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user