Remove --with-x from call to configure
authorStéphane Glondu <glondu@debian.org>
Wed, 8 Feb 2023 09:54:22 +0000 (10:54 +0100)
committerStéphane Glondu <glondu@debian.org>
Wed, 8 Feb 2023 09:55:42 +0000 (10:55 +0100)
debian/rules

index 5c724982e12902ffeee3c052b3d228aaabe19c70..e01a74241b4cbf83c36f8ccc3dddb43d1f4fd74e 100755 (executable)
@@ -57,7 +57,6 @@ CONFIGURE_OPTS := \
   --host $(DEB_BUILD_GNU_TYPE)\
   -prefix $(DEB_TEST_BUILD_PREFIX)/usr \
   -libdir $(DEB_TEST_BUILD_PREFIX)$(OCAML_STDLIB_DIR) \
-  --with-x \
   -mandir $(DEB_TEST_BUILD_PREFIX)/usr/share/man \
 
 # Upstream recommends dropping support on armel, see https://github.com/ocaml/ocaml/issues/7642