summaryrefslogtreecommitdiffstats
path: root/aclocal/enable-libcdir.m4
blob: a3195dfd3a41689cbdac88ec768e2f182eb13cfb (plain) (blame)
1
2
3
4
5
6
7
8
9
dnl $Id$

AC_DEFUN(RTEMS_ENABLE_LIBCDIR,
[
AC_ARG_ENABLE(libcdir,
[  --enable-libcdir=directory           set the directory for the C library],
[ RTEMS_LIBC_DIR="${enableval}" ; \
test -d ${enableval} || AC_MSG_ERROR("$enableval is not a directory" ) ] )
])