diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-07-08 17:28:13 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-07-08 17:28:13 +1000 |
| commit | 1a3f269ade36b24085ce759ddf46da702406d27c (patch) | |
| tree | 6fa425a18b7a19a879d52bb5077a11cdccc004fc | |
| parent | 0a210a7ea2bebd95d928f8c647b551a3f6abeffe (diff) | |
| download | meta-xilinx-1a3f269ade36b24085ce759ddf46da702406d27c.tar.gz | |
site/microblaze-common: Fix glib format configure value
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
| -rw-r--r-- | site/microblaze-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/microblaze-common b/site/microblaze-common index c3d6c97c..58b8425a 100644 --- a/site/microblaze-common +++ b/site/microblaze-common | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | # glib-2.0 | 4 | # glib-2.0 |
| 5 | glib_cv_have_qsort_r=no | 5 | glib_cv_have_qsort_r=no |
| 6 | glib_cv_long_long_format=I64 | 6 | glib_cv_long_long_format=ll |
| 7 | glib_cv_stack_grows=no | 7 | glib_cv_stack_grows=no |
| 8 | glib_cv_uscore=yes | 8 | glib_cv_uscore=yes |
| 9 | ac_cv_func_posix_getpwuid_r=yes | 9 | ac_cv_func_posix_getpwuid_r=yes |
