diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 218e8a9ad3..36b069b690 100644 --- a/configure.in +++ b/configure.in @@ -111,6 +111,8 @@ dnl libunicode checking dnl ****************************** AC_MSG_CHECKING(For libunicode) if unicode-config --libs > /dev/null 2>&1; then + UNICODE_LIBS=`unicode-config --libs` + AC_SUBST(UNICODE_LIBS) AC_MSG_RESULT(found) else AC_MSG_ERROR(libunicode not found) |