summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index ced12691..b760630f 100755
--- a/configure
+++ b/configure
@@ -3172,7 +3172,7 @@ int main(void)
if conftest ; then
printf "memalign\n"
- printf "#define HAVE_MEMALIGN 1\n" $try_header >> config.h
+ printf "#define HAVE_MEMALIGN 1\n" >> config.h
break;
fi
@@ -3188,8 +3188,8 @@ int main(void)
if conftest ; then
printf "memalign\n"
- printf "#define HAVE_MEMALIGN 1\n" $try_header >> config.h
- printf "#define HAVE_MALLOC_H 1\n" $try_header >> config.h
+ printf "#define HAVE_MEMALIGN 1\n" >> config.h
+ printf "#define HAVE_MALLOC_H 1\n" >> config.h
break;
fi
@@ -3205,7 +3205,7 @@ int main(void)
!
if conftest ; then
printf "posix_memalign\n"
- printf "#define HAVE_POSIX_MEMALIGN 1\n" $try_header >> config.h
+ printf "#define HAVE_POSIX_MEMALIGN 1\n" >> config.h
break;
fi