summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-04-26 16:08:07 +0200
committerDavid Tardon <dtardon@redhat.com>2014-04-26 16:50:37 +0200
commit2a71e15589c9d4304b744aadad77f1b8e4925ca2 (patch)
treef7d209517809fc6aa63668b6e42324f8c303f68f /configure.ac
parent943dedc59c87b15cbccfb7b6b3fc39525de06ff1 (diff)
specify linking opts for jawt centrally
Change-Id: Idb8d97d44b16bbe41372d97c46199ec786c38218
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d377325a20d6..0f743b9bbee7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7074,7 +7074,7 @@ then
AC_MSG_CHECKING([for JAWT lib])
if test "$_os" = WINNT; then
if test "$WITH_MINGW" = yes; then
- # The path is presumably taken care of in gb_LinkTarget__use_jawt
+ # The path is taken care of in gb_LinkTarget__use_jawt
# in RepositoryExternal.mk:
JAWTLIB=-ljawt
else