From Dirk Behme - another set of typos
git-svn-id: svn://svn.berlios.de/openocd/trunk@1285 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
aae70f0a46
commit
abaa61adf7
|
@ -55,8 +55,7 @@ then
|
||||||
|
|
||||||
LDFLAGS="$LDFLAGS -L$OCDxprefix/lib"
|
LDFLAGS="$LDFLAGS -L$OCDxprefix/lib"
|
||||||
# RPATH becomes an issue on Linux only
|
# RPATH becomes an issue on Linux only
|
||||||
if test $host_os = linux-gnu || $host_os = linux
|
if test $host_os = linux-gnu || test $host_os = linux ; then
|
||||||
then
|
|
||||||
LDFLAGS="$LDFLAGS -Wl,-rpath,$OCDxprefix/lib"
|
LDFLAGS="$LDFLAGS -Wl,-rpath,$OCDxprefix/lib"
|
||||||
fi
|
fi
|
||||||
# The "INCDIR" is also usable
|
# The "INCDIR" is also usable
|
||||||
|
@ -500,7 +499,7 @@ if test $build_ft2232_ftd2xx = yes ; then
|
||||||
AC_MSG_CHECKING([for libftd2xx.a (linux)])
|
AC_MSG_CHECKING([for libftd2xx.a (linux)])
|
||||||
# Must be linux -
|
# Must be linux -
|
||||||
# Cause FTDICHIP does not supply a MAC-OS version
|
# Cause FTDICHIP does not supply a MAC-OS version
|
||||||
if test $host_os != linux-gnu && $host_os != linux ; then
|
if test $host_os != linux-gnu && test $host_os != linux ; then
|
||||||
AC_MSG_ERROR([The (linux) ftd2xx library from FTDICHIP.com is linux only. Try --enable-ft2232-libftdi instead])
|
AC_MSG_ERROR([The (linux) ftd2xx library from FTDICHIP.com is linux only. Try --enable-ft2232-libftdi instead])
|
||||||
fi
|
fi
|
||||||
# Are we given a TAR directory?
|
# Are we given a TAR directory?
|
||||||
|
|
Loading…
Reference in New Issue