mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
configure: add missing quotes in $build_pt_chown test
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
8fe89494e6
commit
8c12f01d07
@ -1,3 +1,8 @@
|
||||
2013-08-25 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac: Quote $build_pt_chown test.
|
||||
* configure: Regenerated.
|
||||
|
||||
2013-08-23 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
[BZ #15532]
|
||||
|
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -359,7 +359,7 @@ AC_ARG_ENABLE([pt_chown],
|
||||
[build_pt_chown=$enableval],
|
||||
[build_pt_chown=no])
|
||||
AC_SUBST(build_pt_chown)
|
||||
if test $build_pt_chown = yes; then
|
||||
if test "$build_pt_chown" = yes; then
|
||||
AC_DEFINE(HAVE_PT_CHOWN)
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user