]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/configure
PR libstdc++/78870 support std::filesystem on Windows
[thirdparty/gcc.git] / libstdc++-v3 / configure
index 79eb18727eaf757a8379d54455f199b8d825a0e4..b9883d413f624e9442461fccee68168b6643b40a 100755 (executable)
@@ -80047,6 +80047,19 @@ _ACEOF
 
 fi
 
+done
+
+for ac_func in link readlink symlink
+do :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+eval as_val=\$$as_ac_var
+   if test "x$as_val" = x""yes; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+
+fi
 done