Mercurial > minori
diff configure.ac @ 267:09c5bd74fe93
win32: make builds work again
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Thu, 11 Apr 2024 23:39:18 -0400 |
parents | 9a04802848c0 |
children | f01b6e9c8fa2 |
line wrap: on
line diff
--- a/configure.ac Thu Apr 11 22:05:41 2024 -0400 +++ b/configure.ac Thu Apr 11 23:39:18 2024 -0400 @@ -71,6 +71,8 @@ fi fi +AC_DEFINE([UTF8PROC_STATIC]) + AM_CONDITIONAL([BUILD_WIN], [test "x$build_windows" = "xyes"]) AM_CONDITIONAL([BUILD_OSX], [test "x$build_osx" = "xyes"]) AM_CONDITIONAL([BUILD_GLIB], [test "x$build_glib" = "xyes"])