[PATCH] configure: do not hard-code the C run-time library name

2010-11-29 Thread RĂ©mi Denis-Courmont
Since oFono does (obviously) not use -nostdlib, this only broke support for alternative C run-times. --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 7f7a935..0c1986a 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +

Re: [PATCH] configure: do not hard-code the C run-time library name

2010-11-29 Thread Marcel Holtmann
Hi Remi, > Since oFono does (obviously) not use -nostdlib, this only broke support > for alternative C run-times. > --- > configure.ac |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) looks good enough to me. Patch has been applied. Regards Marcel ___