Subject: [PING]: [PATCH 1/1] config: Handle dash in library name for
AC_LIB_LINKAGEFLAGS_BODY
https://gcc.gnu.org/pipermail/gcc-patches/2024-July/656541.html
Best Regards
Abdul Basit
-Original Message-
From: Ijaz, Abdul B
Sent: Sunday, July 7, 2024 9:45 PM
To: Ijaz, Abdul B
Subject: [P
h in library name for
AC_LIB_LINKAGEFLAGS_BODY
https://gcc.gnu.org/pipermail/gcc-patches/2024-July/656541.html
Best Regards
Abdul Basit
-Original Message-
From: Ijaz, Abdul B
Sent: Sunday, July 7, 2024 9:45 PM
To: Ijaz, Abdul B
Subject: [PATCH 1/1] config: Handle dash in library name
https://gcc.gnu.org/pipermail/gcc-patches/2024-July/656541.html
Best Regards
Abdul Basit
-Original Message-
From: Ijaz, Abdul B
Sent: Sunday, July 7, 2024 9:45 PM
To: Ijaz, Abdul B
Subject: [PATCH 1/1] config: Handle dash in library name for
AC_LIB_LINKAGEFLAGS_BODY
From: "
From: "Ijaz, Abdul B"
For a library with dash in the name like yaml-cpp the AC_LIB_LINKAGEFLAGS_BODY
function generates a with_libname_type argument variable name with a dash but
this results in configure error. Since dashes are not allowed in the variable
name.
This change handles such cases a