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.
9 lines
280 B
9 lines
280 B
15 years ago
|
# kossebau: copied from kdelibs/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
|