]> git.sur5r.net Git - bacula/rescue/blobdiff - rescue/autoconf/configure.in
Update
[bacula/rescue] / rescue / autoconf / configure.in
index 9099786a763248c17687159cccdfce4185b4b1c1..f0a3d0dbebc08da810023fa18aeb6e5a3dfdf4a2 100644 (file)
@@ -148,6 +148,10 @@ AC_ARG_WITH(bacula,
    ]
 )
 
+if test x${bacula} = x; then
+   AC_MSG_ERROR(Missing --with-bacula=PATH)
+fi
+
 AC_SUBST(bacula)
 
 
@@ -254,7 +258,6 @@ AC_OUTPUT([    \
           autoconf/Make.common \
           Makefile \
           linux/Makefile \
-          linux/floppy/Makefile \
           linux/cdrom/Makefile \
           linux/cdrom/bacula/Makefile \
           linux/cdrom/cdtree/boot/isolinux/boot.msg \