Message ID | 1414445500-9815-1-git-send-email-anders.roxell@linaro.org |
---|---|
State | Accepted |
Commit | cc39f798fce52e23b92b9fd0f373ba7121f0efd6 |
Headers | show |
Merged! Thanks, Maxim. On 10/28/2014 12:31 AM, Anders Roxell wrote: > This flag is already added to the appropriate Makefile.am > > Signed-off-by: Anders Roxell <anders.roxell@linaro.org> > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index aa94034..a4e0174 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -75,7 +75,7 @@ AC_HELP_STRING([--with-cunit-path=DIR Path to Cunit libs and headers], > [(or in the default path if not specified).]), > [CUNIT_PATH=$withval cunit_support=yes > AM_CFLAGS="$AM_CFLAGS -I$CUNIT_PATH" > -AM_LDFLAGS="$AM_LDFLAGS -L$CUNIT_PATH/lib -lcunit" > +AM_LDFLAGS="$AM_LDFLAGS -L$CUNIT_PATH/lib" > > ], > [
Applied! (and other patch in this email thread). Maxim. On 10/28/2014 12:31 AM, Anders Roxell wrote: > This flag is already added to the appropriate Makefile.am > > Signed-off-by: Anders Roxell <anders.roxell@linaro.org> > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index aa94034..a4e0174 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -75,7 +75,7 @@ AC_HELP_STRING([--with-cunit-path=DIR Path to Cunit libs and headers], > [(or in the default path if not specified).]), > [CUNIT_PATH=$withval cunit_support=yes > AM_CFLAGS="$AM_CFLAGS -I$CUNIT_PATH" > -AM_LDFLAGS="$AM_LDFLAGS -L$CUNIT_PATH/lib -lcunit" > +AM_LDFLAGS="$AM_LDFLAGS -L$CUNIT_PATH/lib" > > ], > [
diff --git a/configure.ac b/configure.ac index aa94034..a4e0174 100644 --- a/configure.ac +++ b/configure.ac @@ -75,7 +75,7 @@ AC_HELP_STRING([--with-cunit-path=DIR Path to Cunit libs and headers], [(or in the default path if not specified).]), [CUNIT_PATH=$withval cunit_support=yes AM_CFLAGS="$AM_CFLAGS -I$CUNIT_PATH" -AM_LDFLAGS="$AM_LDFLAGS -L$CUNIT_PATH/lib -lcunit" +AM_LDFLAGS="$AM_LDFLAGS -L$CUNIT_PATH/lib" ], [
This flag is already added to the appropriate Makefile.am Signed-off-by: Anders Roxell <anders.roxell@linaro.org> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)