Browse code

Additional patch for libfreshclam.

Steven Morgan authored on 2016/03/14 23:29:36
Showing 1 changed files
... ...
@@ -136,14 +136,14 @@ m4_include([m4/reorganization/substitutions.m4])
136 136
 AM_CONDITIONAL([ENABLE_CLAMSUBMIT], [test "$have_curl" = "yes"])
137 137
 
138 138
 AC_ARG_ENABLE([libfreshclam],
139
-			   [AS_HELP_STRING([--enable-libfreshclam], [enable building of libfreshclam])],
140
-			   enable_libfreshclam=$enableval, enable_libfreshclam="no")
139
+                          [AS_HELP_STRING([--enable-libfreshclam], [enable building of libfreshclam])],
140
+                          enable_libfreshclam=$enableval, enable_libfreshclam="no")
141 141
 
142 142
 if test "$enable_libfreshclam" = "yes"; then
143 143
   AC_CONFIG_FILES([libfreshclam/Makefile])
144 144
   AC_DEFINE([ENABLE_LIBFRESHCLAM],1,[enable libfreshclam])
145 145
 fi
146
-
146
+AM_CONDITIONAL([ENABLE_LIBFRESHCLAM], [test "$enable_libfreshclam" = "yes"])
147 147
 
148 148
 AC_CONFIG_FILES([
149 149
 clamscan/Makefile