1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

configure: add missing quotes in $build_pt_chown test

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger
2013-08-25 16:01:52 -04:00
parent 8fe89494e6
commit 8c12f01d07
3 changed files with 7 additions and 2 deletions

2
configure vendored
View File

@@ -3722,7 +3722,7 @@ else
fi
if test $build_pt_chown = yes; then
if test "$build_pt_chown" = yes; then
$as_echo "#define HAVE_PT_CHOWN 1" >>confdefs.h
fi