[OSADL-svn-commits] r35 - fddi-20070618-1-trunk
OSADL repository commits
osadl-svn-commits at lists.osadl.org
Tue Oct 2 11:43:43 CEST 2007
Author: robert
Date: Wed Jul 4 12:49:58 2007
New Revision: 35
Log:
fix LIBLTDL_DIR; fix AC_CONFIG_HEADERS typo
Modified:
fddi-20070618-1-trunk/configure.ac
Modified: fddi-20070618-1-trunk/configure.ac
==============================================================================
--- fddi-20070618-1-trunk/configure.ac (original)
+++ fddi-20070618-1-trunk/configure.ac Wed Jul 4 12:49:58 2007
@@ -38,6 +38,12 @@
AC_CONFIG_SUBDIRS(libltdl)
AC_SUBST(INCLTDL)
AC_SUBST(LIBLTDL)
+if test "${enable_ltdl_install}" = "yes"; then
+ LIBLTDL_DIR=libltdl
+else
+ LIBLTDL_DIR=""
+fi
+AC_SUBST(LIBLTDL_DIR)
#
# Checks for programs.
@@ -45,7 +51,6 @@
AC_PROG_CC
AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2])
-AC_CONFIG_HEADERS
#
# Checks for libraries.
More information about the OSADL-svn-commits
mailing list