diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-06 21:42:29 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-06 21:42:40 +0100 |
| commit | 160eb2926d9dad336e37b5e4752fffea0c79bd13 (patch) | |
| tree | e33a6015fb647fb263f422568e7c41472b490062 /configure.ac | |
| parent | f1b2e92f077ca8de4b978e0e27e23f88749500af (diff) | |
Remove usage of __APPLE_QUARTZ__ (#673)
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 16d5e2611..cf7c8837e 100644 --- a/configure.ac +++ b/configure.ac @@ -952,8 +952,6 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [ HLINKS="#" ]) ], [darwin*], [ - AC_DEFINE([__APPLE_QUARTZ__]) - BUILD="OSX" # MacOS X uses Cocoa for graphics. |
