@@ -716,7 +716,6 @@ enable_dependency_tracking
716716enable_silent_rules
717717with_qt5
718718with_libtorrent_rasterbar0_16
719- with_geoip_database_embedded
720719with_qtsingleapplication
721720with_qjson
722721enable_debug
@@ -1387,10 +1386,6 @@ Optional Packages:
13871386 --with-libtorrent-rasterbar0.16
13881387 Compile using libtorrent-rasterbar 0.16.x series
13891388 (default=no)
1390- --with-geoip-database-embedded
1391- Embed the GeoIP database in the qBittorrent
1392- executable (please follow instructions in
1393- src/gui/geoip/README) (default=no)
13941389 --with-qtsingleapplication=[system|shipped]
13951390 Use the shipped qtsingleapplication library or the
13961391 system one (default=shipped)
@@ -4194,15 +4189,6 @@ fi
41944189
41954190
41964191
4197- # Check whether --with-geoip-database-embedded was given.
4198- if test " ${with_geoip_database_embedded+set} " = set ; then :
4199- withval=$with_geoip_database_embedded ;
4200- else
4201- with_geoip_database_embedded=no
4202- fi
4203-
4204-
4205-
42064192# Check whether --with-qtsingleapplication was given.
42074193if test " ${with_qtsingleapplication+set} " = set ; then :
42084194 withval=$with_qtsingleapplication ;
@@ -4429,7 +4415,6 @@ $as_echo "yes" >&6; }
44294415 { $as_echo " $as_me :${as_lineno-$LINENO } : result: no" >&5
44304416$as_echo " no" >&6 ; }
44314417 enable_qt_dbus=no
4432- enable_geoip_database=no
44334418 QBT_ADD_CONFIG=" $QBT_ADD_CONFIG nogui" ;; # (
44344419 * ) :
44354420 { $as_echo " $as_me :${as_lineno-$LINENO } : result: $enable_gui " >&5
@@ -5493,23 +5478,6 @@ $as_echo "$with_libtorrent_rasterbar0_16" >&6; }
54935478 as_fn_error $? " Unknown option \" $with_libtorrent_rasterbar0_16 \" . Use either \" yes\" or \" no\" ." " $LINENO " 5 ;;
54945479esac
54955480
5496- { $as_echo " $as_me :${as_lineno-$LINENO } : checking whether to embed the GeoIP database" >&5
5497- $as_echo_n " checking whether to embed the GeoIP database... " >&6 ; }
5498- case " x$with_geoip_database_embedded " in # (
5499- " xno" ) :
5500- { $as_echo " $as_me :${as_lineno-$LINENO } : result: no" >&5
5501- $as_echo " no" >&6 ; }
5502- QBT_REMOVE_DEFINES=" $QBT_REMOVE_DEFINES WITH_GEOIP_EMBEDDED" ;; # (
5503- " xyes" ) :
5504- { $as_echo " $as_me :${as_lineno-$LINENO } : result: yes" >&5
5505- $as_echo " yes" >&6 ; }
5506- QBT_ADD_DEFINES=" $QBT_ADD_DEFINES WITH_GEOIP_EMBEDDED" ;; # (
5507- * ) :
5508- { $as_echo " $as_me :${as_lineno-$LINENO } : result: $with_geoip_database_embedded " >&5
5509- $as_echo " $with_geoip_database_embedded " >&6 ; }
5510- as_fn_error $? " Unknown option \" $with_geoip_database_embedded \" . Use either \" yes\" or \" no\" ." " $LINENO " 5 ;;
5511- esac
5512-
55135481{ $as_echo " $as_me :${as_lineno-$LINENO } : checking which qtsingleapplication to use" >&5
55145482$as_echo_n " checking which qtsingleapplication to use... " >&6 ; }
55155483case " x$with_qtsingleapplication " in # (
0 commit comments