Mercurial > minori
comparison 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 |
comparison
equal
deleted
inserted
replaced
266:1a6a5d3a94cd | 267:09c5bd74fe93 |
---|---|
69 AC_SUBST([GLIB_CFLAGS]) | 69 AC_SUBST([GLIB_CFLAGS]) |
70 AC_SUBST([GLIB_LIBS]) | 70 AC_SUBST([GLIB_LIBS]) |
71 fi | 71 fi |
72 fi | 72 fi |
73 | 73 |
74 AC_DEFINE([UTF8PROC_STATIC]) | |
75 | |
74 AM_CONDITIONAL([BUILD_WIN], [test "x$build_windows" = "xyes"]) | 76 AM_CONDITIONAL([BUILD_WIN], [test "x$build_windows" = "xyes"]) |
75 AM_CONDITIONAL([BUILD_OSX], [test "x$build_osx" = "xyes"]) | 77 AM_CONDITIONAL([BUILD_OSX], [test "x$build_osx" = "xyes"]) |
76 AM_CONDITIONAL([BUILD_GLIB], [test "x$build_glib" = "xyes"]) | 78 AM_CONDITIONAL([BUILD_GLIB], [test "x$build_glib" = "xyes"]) |
77 AM_CONDITIONAL([BUILD_WINDRES], [test "x$WINDRES" != "x"]) | 79 AM_CONDITIONAL([BUILD_WINDRES], [test "x$WINDRES" != "x"]) |
78 | 80 |