630
AM_CONDITIONAL(ASSEMBLER_x86, test "$ENABLE_ASSEMBLER" = "yes" -a "$BASE_MACHINE_TYPE" = "i386" && $AS mystrings/strings-x86.s -o checkassembler >/dev/null 2>&1 && test -f checkassembler && (rm -f checkassembler; exit 0;))
643
621
[AS_HELP_STRING([--with-tcp-port=port-number],
644
622
[Which port to use for Drizzle services @<:@default=4427@:>@])],