mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fixed typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3596 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e02e750362
commit
3d20e5101d
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ if test $ac_cv_sizeof_long = 4; then
|
|||
_GSC_S_LNG=_GSC_I32
|
||||
else
|
||||
if test $ac_cv_sizeof_long = 8; then
|
||||
_GSC_S_LNG=_GSC_I_64
|
||||
_GSC_S_LNG=_GSC_I64
|
||||
else
|
||||
if test $ac_cv_sizeof_long = 16; then
|
||||
_GSC_S_LNG=_GSC_I128
|
||||
|
|
Loading…
Reference in a new issue