configure.ac

changeset 38047
312be70f9de6
parent 38013
c21651e4f58e
child 38048
a3aaf7cef832
equal deleted inserted replaced
38013:c21651e4f58e 38047:312be70f9de6
147 ;; 147 ;;
148 *) 148 *)
149 is_win32="no" 149 is_win32="no"
150 is_not_win32="yes" 150 is_not_win32="yes"
151 PLUGIN_LDFLAGS="-avoid-version" 151 PLUGIN_LDFLAGS="-avoid-version"
152 AC_CHECK_HEADERS(signal.h)
153 ;; 152 ;;
154 esac 153 esac
155 AM_CONDITIONAL(IS_WIN32, test "x$is_win32" = "xyes") 154 AM_CONDITIONAL(IS_WIN32, test "x$is_win32" = "xyes")
156 AC_SUBST([PLUGIN_LDFLAGS]) 155 AC_SUBST([PLUGIN_LDFLAGS])
157 156
162 AC_SUBST(PURPLE_LIBS) 161 AC_SUBST(PURPLE_LIBS)
163 AC_SUBST(PIDGIN_LIBS) 162 AC_SUBST(PIDGIN_LIBS)
164 AC_SUBST(FINCH_LIBS) 163 AC_SUBST(FINCH_LIBS)
165 164
166 dnl Checks for header files. 165 dnl Checks for header files.
167 AC_HEADER_STDC
168 AC_HEADER_SYS_WAIT 166 AC_HEADER_SYS_WAIT
169 AC_CHECK_HEADERS(fcntl.h unistd.h locale.h stdint.h) 167 AC_CHECK_HEADERS(fcntl.h unistd.h stdint.h)
170 168
171 dnl Checks for typedefs, structures, and compiler characteristics. 169 dnl Checks for typedefs, structures, and compiler characteristics.
172 AC_CHECK_SIZEOF(time_t, ,[ 170 AC_CHECK_SIZEOF(time_t, ,[
173 #include <stdio.h> 171 #include <stdio.h>
174 #include <time.h>]) 172 #include <time.h>])

mercurial