From: Joerg Sonnenberger Date: Fri, 30 Sep 2016 20:08:36 +0000 (+0000) Subject: Sort HAVE_LIBEDIT. X-Git-Tag: llvmorg-4.0.0-rc1~8439 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca44b886b2c4ef7410d29b72a31b83c53cd93fca;p=platform%2Fupstream%2Fllvm.git Sort HAVE_LIBEDIT. llvm-svn: 282921 --- diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index 39b3899..900dbb26 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/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}