From 868bce8b0659e9ce2e21af13722bc67c160b5993 Mon Sep 17 00:00:00 2001 From: nix Date: Sat, 5 Jan 2008 23:01:38 +0000 Subject: [PATCH] --enable-configfile is needed together with expat git-svn-id: svn://svn.openwrt.org/openwrt/packages@10121 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/ptlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ptlib/Makefile b/libs/ptlib/Makefile index 0657d71ad..1aa0b8c38 100644 --- a/libs/ptlib/Makefile +++ b/libs/ptlib/Makefile @@ -43,7 +43,7 @@ CONFIGURE_ARGS += \ --disable-alsa \ --disable-asn \ --disable-avc \ - --disable-configfile \ + --enable-configfile \ --disable-dc \ --disable-dtmf \ --enable-expat \