/[public]/psiconv/trunk/configure.in
ViewVC logotype

Diff of /psiconv/trunk/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 163 Revision 186
187AC_SUBST(INT_32_BIT) 187AC_SUBST(INT_32_BIT)
188 188
189dnl Checks for library functions. 189dnl Checks for library functions.
190AC_FUNC_VPRINTF 190AC_FUNC_VPRINTF
191AC_REPLACE_FUNCS(strdup) 191AC_REPLACE_FUNCS(strdup)
192AC_CHECK_FUNCS(getopt_long,,AC_LIBOBJ([getopt]);AC_LIBOBJ([getopt1])) 192AC_CHECK_FUNC(getopt_long,getopt=yes,getopt=no)
193if test $getopt = no; then
194 AC_LIBOBJ([getopt])
195 AC_LIBOBJ([getopt1])
196fi
193 197
194AC_ARG_ENABLE(dmalloc, 198AC_ARG_ENABLE(dmalloc,
195[ --enable-dmalloc Enable dmalloc for developers (default:off)], 199[ --enable-dmalloc Enable dmalloc for developers (default:off)],
196[case "${enableval}" in 200[case "${enableval}" in
197 yes) dmalloc=yes ;; 201 yes) dmalloc=yes ;;

Legend:
Removed from v.163  
changed lines
  Added in v.186

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26