diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-04-25 00:39:57 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-04-25 00:39:57 +0900 |
commit | b9e8a0e123b9c950d8dc611f1a01a182078ed8d2 (patch) | |
tree | d43989f0cf27e5a80513c677a159d0486d757b72 /m4/efl_eo.m4 | |
parent | 7dfe2c557372bfb7b6ce775e0230d0e893325481 (diff) |
and emove efl eo api macro.
Diffstat (limited to '')
-rw-r--r-- | m4/efl_eo.m4 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/m4/efl_eo.m4 b/m4/efl_eo.m4 deleted file mode 100644 index 08065ea2d6..0000000000 --- a/m4/efl_eo.m4 +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | dnl use: EFL_ENABLE_EO_API_SUPPORT | ||
2 | AC_DEFUN([EFL_ENABLE_EO_API_SUPPORT], | ||
3 | [ | ||
4 | AC_DEFINE([EFL_EO_API_SUPPORT], [1], [Enable access to unstable EFL Eo API]) | ||
5 | ]) | ||
6 | |||
7 | dnl use: EFL_DISABLE_LEGACY_API_SUPPORT | ||
8 | AC_DEFUN([EFL_DISABLE_LEGACY_API_SUPPORT], | ||
9 | [ | ||
10 | AC_DEFINE([EFL_NOLEGACY_API_SUPPORT], [1], [Disable legacy EFL API]) | ||
11 | ]) | ||
12 | |||