diff --git a/config.d/build_control.m4 b/config.d/build_control.m4 index 7de8c42fd..0803fbcbd 100644 --- a/config.d/build_control.m4 +++ b/config.d/build_control.m4 @@ -269,7 +269,6 @@ fi AM_CONDITIONAL(BUILD_BSP2IMG, test "$ENABLE_tools_bsp2img" = "yes") AM_CONDITIONAL(BUILD_CARNE, test "$ENABLE_tools_carne" = "yes") -AM_CONDITIONAL(BUILD_GSC, test "$ENABLE_tools_gsc" = "yes") AM_CONDITIONAL(BUILD_PAK, test "$ENABLE_tools_pak" = "yes") AM_CONDITIONAL(BUILD_QFBSP, test "$ENABLE_tools_qfbsp" = "yes") AM_CONDITIONAL(BUILD_QFCC, test "$ENABLE_tools_qfcc" = "yes") @@ -580,11 +579,6 @@ QF_DEPS(CARNE, [$(top_builddir)/libs/gib/libQFgib.la $(top_builddir)/libs/util/libQFutil.la], [$(WIN32_LIBS)], ) -QF_DEPS(GSC, - [], - [$(top_builddir)/libs/gibscript/libQFgibscript.la $(top_builddir)/libs/util/libQFutil.la], - [$(WIN32_LIBS)], -) QF_DEPS(PAK, [], [$(top_builddir)/libs/util/libQFutil.la],