mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
- fix typo
This commit is contained in:
parent
8613ef1fba
commit
29c38ecea6
@ -28,7 +28,7 @@ diff -dup gcc-4.2.orig/libstdc++-v3/crossconfig.m4 gcc-4.2/libstdc++-v3/crosscon
|
|||||||
# Don't enable LFS with uClinux
|
# Don't enable LFS with uClinux
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
+ if test x"$enable_lfs" = x"yes"; then
|
+ if test x"$enable_largefile" = x"yes"; then
|
||||||
AC_DEFINE(_GLIBCXX_USE_LFS)
|
AC_DEFINE(_GLIBCXX_USE_LFS)
|
||||||
+ fi
|
+ fi
|
||||||
esac
|
esac
|
||||||
@ -438,7 +438,7 @@ diff -dup gcc-4.2.orig/libstdc++-v3/configure gcc-4.2/libstdc++-v3/configure
|
|||||||
# Don't enable LFS with uClinux
|
# Don't enable LFS with uClinux
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
+ if test x"$enable_lfs" = x"yes"; then
|
+ if test x"$enable_largefile" = x"yes"; then
|
||||||
cat >>confdefs.h <<\_ACEOF
|
cat >>confdefs.h <<\_ACEOF
|
||||||
#define _GLIBCXX_USE_LFS 1
|
#define _GLIBCXX_USE_LFS 1
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user