summaryrefslogtreecommitdiffstats
path: root/archive/burp/CONFIGURE
blob: 455cefa0e5743495e8a7b555051656441e0dbbfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
config_query_option BURP_OPTS "Enable installing of include files?" n \
                              "--enable-includes" \
                              "--disable-includes" &&

config_query_option BURP_OPTS "Include statically linked binaries?" n \
                              "--enable-static --disable-libtool" \
                              "--disable-static --enable-libtool" &&

config_query_option BURP_OPTS "Enable IPv6 support?" y \
                              "--enable-ipv6" \
                              "--disable-ipv6"