Remove enable-network-backend flag from configure
[snf-image] / snf-image-host / Makefile.am
index 8a26b46..ab621f5 100644 (file)
@@ -1,9 +1,3 @@
-if NETWORKIMGSUPPORT
-network_backend_support=yes
-else
-network_backend_support=no
-endif
-
 osname=$(PACKAGE)
 osdir=$(OS_DIR)/$(osname)
 defaultdir=$(DEFAULT_DIR)
@@ -40,9 +34,7 @@ edit = sed \
           -e 's|@QEMU_IMG[@]|$(QEMU_IMG)|g' \
           -e 's|@INSTALL_MBR[@]|$(INSTALL_MBR)|g' \
           -e 's|@PROGRESS_MONITOR[@]|$(PROGRESS_MONITOR)|g' \
-          -e 's|@UNATTEND[@]|$(UNATTEND)|g' \
-          -e 's|@progress_monitor_support[@]|$(progress_monitor_support)|g' \
-          -e 's|@network_backend_support[@]|$(network_backend_support)|g'
+          -e 's|@UNATTEND[@]|$(UNATTEND)|g'
 
 %:%.in Makefile
        rm -f $@ $@.tmp