Implement '--enable-src-release-build' option and make src-release.sh use it
[deliverable/binutils-gdb.git] / configure
index 7168a4e90e0df2cb0d4d9e74f6d83195f277601d..276f33fee39208e71210c8fb70ff1b3d4e7401b6 100755 (executable)
--- a/configure
+++ b/configure
@@ -2279,7 +2279,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
-if test x"${enable_gdb}" != x"no"; then
+if test x"${enable_gdb}" != x"no" -a x"${enable_src_release_build}" != x"yes"; then
   # For this branch, we do not support building GDB in-tree.
   # Try to detect whether we are in this situation or not by
   # searching for a couple of known files in the source directory.
This page took 0.023364 seconds and 4 git commands to generate.