Skip to content

Commit

Permalink
disable automatically checked flags if --disable-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Sep 7, 2016
1 parent 77b84cf commit abedfa3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure
Expand Up @@ -2086,6 +2086,7 @@ enable_defines() {
logmsg "Enabling LibraryLink"
logmsg " ${DEFINE_ENABLE_LIBRARYLINK}"
else
enable_librarylink=no
DEFINE_ENABLE_LIBRARYLINK="#undef ENABLE_LIBRARYLINK"
message "Disabling LibraryLink"
logmsg " ${DEFINE_ENABLE_LIBRARYLINK}"
Expand Down Expand Up @@ -2134,6 +2135,7 @@ enable_defines() {
logmsg "Enabling sqlite"
logmsg " ${DEFINE_ENABLE_SQLITE}"
else
enable_sqlite=no
DEFINE_ENABLE_SQLITE="#undef ENABLE_SQLITE"
message "Disabling sqlite"
logmsg " ${DEFINE_ENABLE_SQLITE}"
Expand All @@ -2154,6 +2156,7 @@ enable_defines() {
message "Enabling TSIL"
logmsg " ${DEFINE_ENABLE_TSIL}"
else
enable_tsil=no
DEFINE_ENABLE_TSIL="#undef ENABLE_TSIL"
message "Disabling TSIL"
logmsg " ${DEFINE_ENABLE_TSIL}"
Expand Down

0 comments on commit abedfa3

Please sign in to comment.