summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-30 18:29:41 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-30 18:29:41 +0000
commit6cc8a9444b59ad860ca56755860bac9ec91891cb (patch)
tree09a1865d75a9028aa7b2e2a7d7d80e122a129e22 /gcc/config.in
parent87b0198fd745b2fd477d28a869de161ccbd7b77f (diff)
downloadgcc-6cc8a9444b59ad860ca56755860bac9ec91891cb.tar.gz
* configure.ac: Also check for popen.
* tree-loop-distribution.c (dot_rdg): Autoconfize popen use. * configure: Regenerate. * config.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213309 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 515f3415290..a1bda76290d 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -1468,6 +1468,12 @@
#endif
+/* Define to 1 if you have the `popen' function. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_POPEN
+#endif
+
+
/* Define to 1 if you have the `putchar_unlocked' function. */
#ifndef USED_FOR_TARGET
#undef HAVE_PUTCHAR_UNLOCKED