aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-support.m4
blob: 9286f79b45f0324c0ea0f0746fe697461b065663 (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)
  AC_SUBST(LIBOBJS)
])