diff options
author | Anastasios Grammenos <anastasios.grammenos@noris.gr> | 2022-11-26 17:36:00 +0200 |
---|---|---|
committer | Anastasios Grammenos <anastasios.grammenos@noris.gr> | 2022-11-26 17:36:00 +0200 |
commit | 5aa48ee3bd2797d0f39ffc677d97384dbe0f59fb (patch) | |
tree | a1c75260034119e8e7d2e5e7fd41ca18751900d0 /configure.ac | |
parent | 6b4fb66e50a566397ea68ec5e7ccb9196b6116da (diff) | |
download | foodtools-5aa48ee3bd2797d0f39ffc677d97384dbe0f59fb.tar.gz foodtools-5aa48ee3bd2797d0f39ffc677d97384dbe0f59fb.tar.bz2 foodtools-5aa48ee3bd2797d0f39ffc677d97384dbe0f59fb.zip |
ubuntu build and more cook
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 70c8713..f5d2f47 100644 --- a/configure.ac +++ b/configure.ac @@ -35,8 +35,8 @@ AC_CHECK_FUNCS([strerror]) AC_CHECK_FUNCS([strstr]) AC_CHECK_FUNCS([strtol]) AC_CHECK_HEADERS([stdint.h]) -AC_FUNC_MALLOC -AC_FUNC_REALLOC +#AC_FUNC_MALLOC +#AC_FUNC_REALLOC AC_TYPE_INT32_T AC_TYPE_SIZE_T AC_TYPE_UINT32_T |