diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-06-06 18:24:33 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-06-06 18:24:33 +0000 |
commit | a01672546967d77e52fa98e51f9505429915fe5c (patch) | |
tree | e400f3bad66e261e5049cde14521989ef8bcc968 /configure.in | |
parent | 2f65343e7e96eaf6e9eded9a5e084187f51fbb18 (diff) | |
download | pango-a01672546967d77e52fa98e51f9505429915fe5c.tar.gz |
Bug 343966 – pango Cygwin build fixes Patch from Cygwin Ports
2006-06-06 Behdad Esfahbod <behdad@gnome.org>
Bug 343966 – pango Cygwin build fixes
Patch from Cygwin Ports maintainer.
* configure.in: Add missing space.
* tests/Makefile.am: Add $(EXEEXT) where appropriate.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index fa494dec..fde5d41f 100644 --- a/configure.in +++ b/configure.in @@ -604,7 +604,7 @@ else # libtool option to control which symbols are exported # right now, symbols starting with '_' are not exported LIBRARY_LIBTOOL_OPTIONS="$LIBRARY_LIBTOOL_OPTIONS "'-export-symbols-regex "^pango_.*"' - MODULE_LIBTOOL_OPTIONS="$MODULE_LIBTOOL_OPTIONS"'-export-symbols-regex "^script_engine_.*"' + MODULE_LIBTOOL_OPTIONS="$MODULE_LIBTOOL_OPTIONS "'-export-symbols-regex "^script_engine_.*"' fi AC_SUBST(LIBRARY_LIBTOOL_OPTIONS) AC_SUBST(MODULE_LIBTOOL_OPTIONS) |