From: Joerg Sonnenberger Date: Fri, 30 Sep 2016 20:08:36 +0000 (+0000) Subject: Sort HAVE_LIBEDIT. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4ff9fbd85a641448b03e4264c34c3fbd42cc32f;p=llvm Sort HAVE_LIBEDIT. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282921 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake index 39b38999d44..900dbb26a0a 100644 --- a/include/llvm/Config/config.h.cmake +++ b/include/llvm/Config/config.h.cmake @@ -108,6 +108,9 @@ /* Define if you have the libdl library or equivalent. */ #cmakedefine HAVE_LIBDL ${HAVE_LIBDL} +/* Define to 1 if you have the 'edit' library (-ledit). */ +#cmakedefine HAVE_LIBEDIT ${HAVE_LIBEDIT} + /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM @@ -126,9 +129,6 @@ /* Define to 1 if you have the `z' library (-lz). */ #cmakedefine HAVE_LIBZ ${HAVE_LIBZ} -/* Define to 1 if you have the 'edit' library (-ledit). */ -#cmakedefine HAVE_LIBEDIT ${HAVE_LIBEDIT} - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_LINK_H ${HAVE_LINK_H}