site/avr32-common : add a sizeof value for int, needed for vim compile
authorGraeme Gregory <dp@xora.org.uk>
Sat, 6 Feb 2010 12:02:27 +0000 (12:02 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Sat, 6 Feb 2010 12:02:27 +0000 (12:02 +0000)
site/avr32-common

index a5dc106..1be6a13 100644 (file)
@@ -59,3 +59,6 @@ ac_cv_alignof_CORBA_long_double=4
 ac_cv_alignof_CORBA_struct=1
 ac_cv_alignof_CORBA_pointer=4
 
+# vim
+ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
+