gdb/
[deliverable/binutils-gdb.git] / gdb / configure.ac
index b45c57d72024a156cfa1d53eda4f6b6c5f854557..ce7515b195c39613fa837c15f442c1500351d65b 100644 (file)
@@ -141,7 +141,7 @@ AC_ARG_WITH(auto-load-safe-path,
 AS_HELP_STRING([--with-auto-load-safe-path=PATH], [directories safe to hold auto-loaded files])
 AS_HELP_STRING([--without-auto-load-safe-path], [do not restrict auto-loaded files locations]),
 [if test "$with_auto_load_safe_path" = "no"; then
-   with_auto_load_safe_path=""
+   with_auto_load_safe_path="/"
  fi],
 [with_auto_load_safe_path="$prefix"])
 AC_DEFINE_DIR(DEFAULT_AUTO_LOAD_SAFE_PATH, with_auto_load_safe_path,
This page took 0.023434 seconds and 4 git commands to generate.