Browse code

fix clamsubmit autoconf.

Steven Morgan authored on 2016/04/09 03:15:00
Showing 2 changed files
... ...
@@ -134,6 +134,8 @@ m4_include([m4/reorganization/libs/curl.m4])
134 134
 
135 135
 m4_include([m4/reorganization/substitutions.m4])
136 136
 
137
+AM_CONDITIONAL([ENABLE_CLAMSUBMIT], [test "$have_curl" = "yes"])
138
+
137 139
 AC_CONFIG_FILES([
138 140
 clamscan/Makefile
139 141
 database/Makefile
... ...
@@ -1,5 +1,3 @@
1
-AM_CONDITIONAL([ENABLE_CLAMSUBMIT], [test "$have_curl" = "yes"])
2
-
3 1
 AC_ARG_ENABLE([libfreshclam],
4 2
                           [AS_HELP_STRING([--enable-libfreshclam], [enable building of libfreshclam])],
5 3
                           enable_libfreshclam=$enableval, enable_libfreshclam="no")