diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index 6ac7370bf..7d1850a75 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -53,7 +53,7 @@ class Qt <Formula conf_args << "-no-qt3support" end - if x11? + if Qt.x11? conf_args << "-L/usr/X11R6/lib" conf_args << "-I/usr/X11R6/include" else |
