For PR876:

Fix problem noticed by Kenneth Hoste. The wrong name for a variable was
being set and subsequently uses of the correct name were empty.

llvm-svn: 29681
This commit is contained in:
Reid Spencer 2006-08-14 23:15:03 +00:00
parent 4500688cc7
commit df2e100063
1 changed files with 1 additions and 1 deletions
llvm/autoconf/m4

View File

@ -51,7 +51,7 @@ AC_ARG_WITH($1[-inc],
eval pfxval=\$\{$1pfxdir\}
eval binval=\$\{$1bindir\}
eval incval=\$\{$1incdir\}
eval libvar=\$\{$1libdir\}
eval libval=\$\{$1libdir\}
if test "${pfxval}" != "nada" ; then
CHECK_STD_PROGRAM(${pfxval},$1,$2,$3)
elif test "${binval}" != "nada" ; then