From: doursse Date: Sat, 20 Jan 2007 16:51:48 +0000 (+0000) Subject: missing ac_subst X-Git-Tag: submit/devel/efl/20131022.203902~18920 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e39d8cfde7b1d998392b76f613501c9e06fd20c9;p=platform%2Fupstream%2Fefl.git missing ac_subst SVN revision: 28083 --- diff --git a/legacy/eet/configure.in b/legacy/eet/configure.in index 116fb5d..cb16c4e 100644 --- a/legacy/eet/configure.in +++ b/legacy/eet/configure.in @@ -31,6 +31,7 @@ case "$host_os" in esac AC_SUBST(winsock_libs) +AC_SUBST(create_shared_lib) AC_CHECK_HEADER(fnmatch.h,, AC_MSG_ERROR([Cannot find fnmatch.h. Make sure your CFLAGS environment variable contains include lines for the location of this file. MinGW users: see the INSTALL file]))