Fix FTBFS when TFTP disabled.

This commit is contained in:
Simon Kelley
2012-07-13 19:58:26 +01:00
parent c4a7f90ebb
commit 9b40cbf587

View File

@@ -125,7 +125,7 @@ int main (int argc, char **argv)
#endif #endif
#ifndef HAVE_TFTP #ifndef HAVE_TFTP
if (option_bool(OPT_TFTP) if (option_bool(OPT_TFTP))
die(_("TFTP server not available: set HAVE_TFTP in src/config.h"), NULL, EC_BADCONF); die(_("TFTP server not available: set HAVE_TFTP in src/config.h"), NULL, EC_BADCONF);
#endif #endif