From 82a776d6450ce9fd559d995a1130cd23132af2c1 Mon Sep 17 00:00:00 2001 From: "Arwed v. Merkatz" Date: Sat, 13 Nov 2004 14:13:26 +0000 Subject: fix mplex configure check (bug #140994) Original commit message from CVS: fix mplex configure check (bug #140994) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 89c5c880..a2381013 100644 --- a/configure.ac +++ b/configure.ac @@ -1342,7 +1342,7 @@ main (int argc, vector inputs; job->SetupInputStreams (inputs); TestOutputStream *out = new TestOutputStream (); - Multiplexor mux (*job, *out); + Multiplexor *mux = new Multiplexor(*job, *out); return 0; } ],[ -- cgit