648 fi |
648 fi |
649 if [ -n "$DISABLE_FEATURE_DB" ]; then |
649 if [ -n "$DISABLE_FEATURE_DB" ]; then |
650 unset FEATURE_DB |
650 unset FEATURE_DB |
651 fi |
651 fi |
652 fi |
652 fi |
|
653 if [ -n "$FEATURE_DB" ]; then |
|
654 : |
|
655 TEMP_CFLAGS="$TEMP_CFLAGS -DDATABASE" |
|
656 TEMP_CXXFLAGS="$TEMP_CXXFLAGS -DDATABASE" |
|
657 fi |
653 if [ -n "$FEATURE_GUI" ]; then |
658 if [ -n "$FEATURE_GUI" ]; then |
654 # check dependency |
659 # check dependency |
655 if dependency_error_gtk3 ; then |
660 if dependency_error_gtk3 ; then |
656 # "auto" features can fail and are just disabled in this case |
661 # "auto" features can fail and are just disabled in this case |
657 if [ "$FEATURE_GUI" = "auto" ]; then |
662 if [ "$FEATURE_GUI" = "auto" ]; then |