Don't put libtldl in single quotes, it confuses /bin/sh
authoraland <aland>
Tue, 29 Mar 2005 17:50:37 +0000 (17:50 +0000)
committeraland <aland>
Tue, 29 Mar 2005 17:50:37 +0000 (17:50 +0000)
acinclude.m4

index 41ddca0..c6e3b49 100644 (file)
@@ -552,7 +552,7 @@ AC_DEFUN([FR_LIBLTDL_PATH],
 [
    LIBLTDLPATH=
    if test x"$enable_ltdl_install" = x"yes"; then
-     AC_CONFIG_SUBDIRS('libltdl')
+     AC_CONFIG_SUBDIRS(libltdl)
      LIBLTDLPATH=libltdl
     fi
    AC_SUBST(LIBLTDLPATH)