From: Fred Morcos Date: Fri, 8 Sep 2023 07:22:43 +0000 (+0200) Subject: Meson: Get rid of from_git X-Git-Tag: rec-5.1.0-alpha1~80^2~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33a14305d53776fcf89f01a7ced222120de23f34;p=thirdparty%2Fpdns.git Meson: Get rid of from_git --- diff --git a/meson.build b/meson.build index 9a2108678f..ae244a7473 100644 --- a/meson.build +++ b/meson.build @@ -20,9 +20,6 @@ summary('Build Dir', product_build_dir, section: 'Build') # Setup some modules fs = import('fs') -# Check if we're running from a git checkout -from_git = fs.exists('.git') - # Create the configuration object and dependencies list. conf = configuration_data()