Skip to content

Commit

Permalink
Rebuild configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent ccaf169 commit 4c6d92a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions configure
Expand Up @@ -631,6 +631,9 @@ ac_includes_default="\

ac_header_list=
ac_subst_vars='LTLIBOBJS
BUILD_DIR_PLUGINS
BUILD_SD_PLUGINS
BUILD_FD_PLUGINS
COMPRESS_MANPAGES
DISTVER
DISTNAME
Expand Down Expand Up @@ -32100,6 +32103,30 @@ _ACEOF
MCOMMON=./autoconf/Make.common


BUILD_FD_PLUGINS=""
BUILD_SD_PLUGINS=""
BUILD_DIR_PLUGINS=""

if test X"$support_python" = "Xyes" ; then
BUILD_FD_PLUGINS="${BUILD_FD_PLUGINS} python-fd.la"
BUILD_SD_PLUGINS="${BUILD_SD_PLUGINS} python-sd.la"
BUILD_DIR_PLUGINS="${BUILD_DIR_PLUGINS} python-dir.la"
fi

if test X"$have_scsi_crypto" = "Xyes" ; then
BUILD_SD_PLUGINS="${BUILD_SD_PLUGINS} scsicrypto-sd.la"
fi

if test X"$have_zlib" = "Xyes" -o \
X"$have_lzo" = "Xyes" -o \
X"$have_fastlz" = "Xyes" ; then
BUILD_SD_PLUGINS="${BUILD_SD_PLUGINS} autoxflate-sd.la"
fi





if test "x${subsysdir}" = "x${sbindir}" ; then
echo " "
echo " "
Expand Down

0 comments on commit 4c6d92a

Please sign in to comment.