mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 13:04:58 +00:00
revert accidental change in last commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19400 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
aa82b4dd3e
commit
1452e0d285
@ -122,14 +122,14 @@ check_cxx_source_compiles(
|
|||||||
"
|
"
|
||||||
CXX_GLOBAL_CSTD)
|
CXX_GLOBAL_CSTD)
|
||||||
|
|
||||||
#check_cxx_source_compiles(
|
check_cxx_source_compiles(
|
||||||
# "
|
"
|
||||||
# #include <iconv.h>
|
#include <iconv.h>
|
||||||
# // this declaration will fail when there already exists a non const char** version which returns size_t
|
// this declaration will fail when there already exists a non const char** version which returns size_t
|
||||||
# double iconv(iconv_t cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
|
double iconv(iconv_t cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
|
||||||
# int main() { return 0; }
|
int main() { return 0; }
|
||||||
# "
|
"
|
||||||
#HAVE_ICONV_CONST)
|
HAVE_ICONV_CONST)
|
||||||
|
|
||||||
check_cxx_source_compiles(
|
check_cxx_source_compiles(
|
||||||
"
|
"
|
||||||
@ -145,12 +145,3 @@ check_cxx_source_compiles(
|
|||||||
"
|
"
|
||||||
SIZEOF_WCHAR_T_IS_4)
|
SIZEOF_WCHAR_T_IS_4)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user