From 95b968355e7676b880e9de3ba38d980b7f080312 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 v1.2.1