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:
Zdenek Styblik 2012-09-29 08:33:45 +00:00
parent 6011359cb3
commit c88b139452

View File

@ -61,7 +61,7 @@ solaris*)
LD=gld LD=gld
AR=gar AR=gar
# openssl libs are in /usr/sfw/lib on solaris 10 # 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 # disable the linux-specific interfaces
# and bmc on SPARC (there is no bmc driver for SPARC) # and bmc on SPARC (there is no bmc driver for SPARC)
if [[ `mach -p` = sparc ]]; then if [[ `mach -p` = sparc ]]; then