1: # liblac.m4 serial 1
2: dnl Copyright (C) 2017 Gianluca Guida.
3: dnl This file is free software; the author gives unlimited
4: dnl permission to copy and/or distribute it, with or without
5: dnl modifications, as long as this notice is preserved.
6:
7: AC_DEFUN([REQUIRE_LIBLAC],
8: [
9: AC_LIB_HAVE_LINKFLAGS([lac], [],
10: [#include <lac.h>], [lac_init();],
11: AC_MSG_ERROR([requires liblac]))
12: ])