diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:46 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:43 -0500 |
commit | 9b8e111fb134adb89e5f90edbdd11b5b08124aa1 (patch) | |
tree | 344f867520f07bd8445c8749b7c9cbf07e613fd0 /configure | |
parent | 4afddb5545b368daef76333fc30dd39dd4939b18 (diff) |
fix typo, there should be bsd_user there
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2073,7 +2073,8 @@ fi cflags="" ldflags="" linker_script="-Wl,-T../config-host.ld -Wl,-T,\$(SRC_PATH)/\$(ARCH).ld" -if test "$target_linux_user" = "yes" -o "$target_linux_user" = "yes" ; then + +if test "$target_linux_user" = "yes" -o "$target_bsd_user" = "yes" ; then case "$ARCH" in i386) if test "$gprof" = "yes" -o "$static" = "yes" ; then |