You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# kossebau: copied from tdelibs/configure.in.in for khexedit
|
|
AC_LANG_SAVE
|
|
AC_LANG_C
|
|
dnl AC_C_BIGENDIAN has a bug (one of its tests uses "main()" instead of
|
|
dnl "int main()") so C++ compilers would break. Thats why we switch languages
|
|
AC_C_BIGENDIAN
|
|
AC_LANG_RESTORE
|
|
# kossebau end
|