Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
a67f251c
...
a67f251ccff25204bce34a134adf5e1225dd18bb
authored
2012-05-09 12:02:17 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fix
* configure.ac: Fix quoting in FriBidi test.
1 parent
e6ae2852
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
configure.ac
configure.ac
View file @
a67f251
...
...
@@ -763,8 +763,8 @@ if test "$use_fribidi" = "yes"; then
FRIBIDI_LIBS=-lfribidi],
[use_fribidi=no])
AC_RUN_IFELSE(AC_LANG_PROGRAM([#include <fribidi/fribidi.h>],
[FriBidiCharSet s = FRIBIDI_CHARSET_CAP_RTL;]),
AC_RUN_IFELSE(
[
AC_LANG_PROGRAM([#include <fribidi/fribidi.h>],
[FriBidiCharSet s = FRIBIDI_CHARSET_CAP_RTL;])
]
,
[AC_DEFINE(HAVE_FRIBIDI_CHARSET_CAP_RTL)])
else
...
...
Please
register
or
sign in
to post a comment