aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-support.m4
blob: 28b8e116df847bf05152b0bf62b158b8a7af5f25 (plain) (blame)
1
2
3
4
5
6
7
dnl libsupport stuff
dnl GNOME_SUPPORT_CHECKS
AC_DEFUN([GNOME_SUPPORT_CHECKS],[
  AC_CHECK_FUNCS(getopt_long,,LIBOBJS="$LIBOBJS getopt.o getopt1.o")
  AC_REPLACE_FUNCS(strtok_r strcasecmp)
  AC_SUBST(LIBOBJS)
])