diff options
Diffstat (limited to 'src/systemd-cryptsetup/Makefile')
-rw-r--r-- | src/systemd-cryptsetup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-cryptsetup/Makefile b/src/systemd-cryptsetup/Makefile index a19f37582b..23e43a6999 100644 --- a/src/systemd-cryptsetup/Makefile +++ b/src/systemd-cryptsetup/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -if HAVE_LIBCRYPTSETUP +ifneq ($(HAVE_LIBCRYPTSETUP),) rootlibexec_PROGRAMS += \ systemd-cryptsetup |